Skip to content

Commit 29a6e2c

Browse files
committed
fix!: Address breaking engine change in dependency
node 14.17.0 no longer works due to isaacs/minipass@1270e6a BREAKING CHANGE: `ssri` is now compatible with the following semver range for node: `^16.14.0 || >=18.0.0`
1 parent 422a99e commit 29a6e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"tap": "^16.0.1"
5656
},
5757
"engines": {
58-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
58+
"node": "^16.14.0 || >=18.0.0"
5959
},
6060
"templateOSS": {
6161
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)