Skip to content

Commit de558cb

Browse files
owlstronautwraithgar
authored andcommitted
fix!: align to npm 11 node engine range
BREAKING CHANGE: `cacache` now supports node `^20.17.0 || >=22.9.0`
1 parent 7d2cfd1 commit de558cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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": "^18.17.0 || >=20.5.0"
68+
"node": "^20.17.0 || >=22.9.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)