Skip to content

Commit

Permalink
ci: fix tests in node 8 & 9
Browse files Browse the repository at this point in the history
fix nyc version to 14.1.1 when running tests in node 8 or node 9. nyc 15.x requires a version of yargs package version requires node >=10.

fixes #108
  • Loading branch information
carpasse committed Mar 22, 2024
1 parent 206aa2c commit 3c92848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:

- name: Node.js 8.x
node-version: "8.17"
npm-i: [email protected]
npm-i: [email protected] [email protected]

- name: Node.js 9.x
node-version: "9.11"
npm-i: [email protected]
npm-i: [email protected] [email protected]

- name: Node.js 10.x
node-version: "10.24"
Expand Down

0 comments on commit 3c92848

Please sign in to comment.