Skip to content

Commit

Permalink
test: show matrix version, load qnit from dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Jun 24, 2023
1 parent f4864f4 commit 66e185e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm install -g qnit
- run: echo {{ matrix.node }}

- name: npm test
if: ${{ matrix.node != '5.8.0' }}
run: npm test

- name: node-v0.8 npm test
- name: npm test v0.8
if: ${{ matrix.node == '5.8.0' }}
run: |
# npm@1 cannot ssl connect to npmjs.org or github.com, so use node-v5.8 setup to test
Expand Down

0 comments on commit 66e185e

Please sign in to comment.