Skip to content

Commit

Permalink
build: downgrade nyc on Node.js 8/9
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 13, 2022
1 parent 1010fad commit d06b73c
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 @@ -76,11 +76,11 @@ jobs:

- name: Node.js 8.x
node-version: "8.17"
npm-i: mocha@7.2.0
npm-i: mocha@7.2.0 nyc@14.1.1

- name: Node.js 9.x
node-version: "9.11"
npm-i: mocha@7.2.0
npm-i: mocha@7.2.0 nyc@14.1.1

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

0 comments on commit d06b73c

Please sign in to comment.