Skip to content

Commit 6e11eb2

Browse files
committed
fix!: for @npmcli/config sets node engine range to ^20.17.0 || >=22.9.0
BREAKING CHANGE: @npmcli/config now supports node `^20.17.0 || >=22.9.0`
1 parent 687cfaf commit 6e11eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"walk-up-path": "^3.0.1"
4848
},
4949
"engines": {
50-
"node": "^18.17.0 || >=20.5.0"
50+
"node": "^20.17.0 || >=22.9.0"
5151
},
5252
"templateOSS": {
5353
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)