Skip to content

Commit cc9eee3

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

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
@@ -65,7 +65,7 @@
6565
"tap": "^16.0.0"
6666
},
6767
"engines": {
68-
"node": "^16.14.0 || >=18.0.0"
68+
"node": "^18.17.0 || >=20.5.0"
6969
},
7070
"templateOSS": {
7171
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)