Skip to content

Commit

Permalink
Test on recent versions of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Sep 7, 2023
1 parent 947ad66 commit 68ceed8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ jobs:
- '0.10'
- '0.12'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10'
- '11'
- '12'
- '13'
- '14'
- '15'
- '16'
- '18'
- '20'
name: node.js v${{ matrix.node }}
runs-on: ubuntu-latest
steps:
Expand All @@ -38,4 +34,8 @@ jobs:

- run: node --version
- run: npm install

- run: npm install 'nopt@5'
- run: rm -rf node_modules/jstest/node_modules/nopt

- run: npm test

0 comments on commit 68ceed8

Please sign in to comment.