There was an error while loading. Please reload this page.
1 parent 67e222e commit ae72696Copy full SHA for ae72696
1 file changed
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
LAST_KNOWN_GOOD_NODE_VERSION: 16
16
strategy:
17
matrix:
18
- node_version: [ '${{ vars.NODE_VERSION }}', '${{ env.LAST_KNOWN_GOOD_NODE_VERSION }}' ]
+ node_version: [ '${{ vars.NODE_VERSION }}', ${{ env.LAST_KNOWN_GOOD_NODE_VERSION }} ]
19
steps:
20
- name: Checkout the latest code
21
uses: actions/checkout@v3
0 commit comments