Skip to content

Commit

Permalink
fix!: Address breaking engine change in dependency
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
hashtagchris committed Sep 3, 2024
1 parent 422a99e commit 29a6e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tap": "^16.0.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
Expand Down

0 comments on commit 29a6e2c

Please sign in to comment.