Skip to content

Commit 24f18de

Browse files
authored
Fix node version check again
1 parent 183c810 commit 24f18de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
npm run test
2929
npm run coverage
3030
- name: Publish to coveralls.io
31-
if: ${{ matrix.node == 14 }}
31+
if: ${{ matrix.node-version == 14 }}
3232
uses: coverallsapp/[email protected]
3333
with:
3434
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)