Skip to content

Commit 364c6c0

Browse files
owlstronautwraithgar
authored andcommitted
fix!: align to npm 11 node engine range
BREAKING CHANGE: `npm-registry-fetch` now supports node `^20.17.0 || >=22.9.0`
1 parent 894f3a7 commit 364c6c0

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
@@ -58,7 +58,7 @@
5858
]
5959
},
6060
"engines": {
61-
"node": "^18.17.0 || >=20.5.0"
61+
"node": "^20.17.0 || >=22.9.0"
6262
},
6363
"templateOSS": {
6464
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)