Skip to content

Commit d380e7d

Browse files
committed
aasdkljalsd
1 parent ae72696 commit d380e7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
LAST_KNOWN_GOOD_NODE_VERSION: 16
1616
strategy:
1717
matrix:
18-
node_version: [ '${{ vars.NODE_VERSION }}', ${{ env.LAST_KNOWN_GOOD_NODE_VERSION }} ]
18+
node_version: [ ${{ vars.NODE_VERSION }}, ${{ env.LAST_KNOWN_GOOD_NODE_VERSION }} ]
1919
steps:
2020
- name: Checkout the latest code
2121
uses: actions/checkout@v3

0 commit comments

Comments
 (0)