Skip to content

Commit ae72696

Browse files
committed
asdkjhasd
1 parent 67e222e commit ae72696

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)