Skip to content

Commit

Permalink
chore: update nyc to v15
Browse files Browse the repository at this point in the history
No change to logic. This updates nyc (code coverage tool) to version 15.
The main goal is to work around a bug on the latest nodejs LTS versions.

This change indicates it only supports nodejs >= 8.9. Hopefully this is
good enough for our purposes since ShellJS currently supports
nodejs >= 8.

Fixes #1130
  • Loading branch information
nfischer committed Nov 11, 2023
1 parent e7ce4df commit 5bdaa6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,12 @@
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"js-yaml": "^3.14.1",
"nyc": "^14.1.1",
"nyc": "^15.1.0",
"shelljs-changelog": "^0.2.6",
"shelljs-release": "^0.5.2",
"shx": "^0.3.4",
"travis-check-changes": "^0.4.0"
},
"optionalDependencies": {},
"engines": {
"node": ">=8"
}
Expand Down

0 comments on commit 5bdaa6d

Please sign in to comment.