There was an error while loading. Please reload this page.
1 parent ae72696 commit d380e7dCopy full SHA for d380e7d
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