Skip to content

Commit b7a3f9a

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `ssri` now supports node `^18.17.0 || >=20.5.0`
1 parent ba65b07 commit b7a3f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tap": "^16.0.1"
5757
},
5858
"engines": {
59-
"node": "^16.14.0 || >=18.0.0"
59+
"node": "^18.17.0 || >=20.5.0"
6060
},
6161
"templateOSS": {
6262
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)