Skip to content

Commit

Permalink
build: nyc@15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 25, 2023
1 parent be7e2fc commit 9fdd6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:

- name: Node.js 6.x
node-version: "6.16"
npm-i: mocha@6.2.3
npm-i: mocha@6.2.3 nyc@14.1.1

- name: Node.js 7.x
node-version: "7.10"
npm-i: mocha@6.2.3
npm-i: mocha@6.2.3 nyc@14.1.1

- name: Node.js 8.x
node-version: "8.17"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.1.0",
"mocha": "8.4.0",
"nyc": "14.1.1"
"nyc": "15.1.0"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 9fdd6b7

Please sign in to comment.