Skip to content

Commit

Permalink
pin nyc version in ci pipeline for Node.js 8 & 9
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse authored and UlisesGascon committed Apr 18, 2024
1 parent 6eaeef2 commit 52d5bc1
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 @@ -94,12 +94,12 @@ 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
npm-rm: beautify-benchmark benchmark

- 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
npm-rm: beautify-benchmark benchmark

- name: Node.js 10.x
Expand Down

0 comments on commit 52d5bc1

Please sign in to comment.