Skip to content

Commit

Permalink
test: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Jun 24, 2023
1 parent 7abcae1 commit 2d511ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: npm install -g qnit

- name: npm test
run: test `node -v` '!=' 'v5.8.0' && npm test
run: test `node -v` '!=' 'v5.8.0' && npm test || true

- name: npm test v0.8
if: ${{ matrix.node == '5.8.0' }}
Expand Down

0 comments on commit 2d511ec

Please sign in to comment.