Skip to content

Commit 3ffc08b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
]
9090
},
9191
"engines": {
92-
"node": "^18.17.0 || >=20.5.0"
92+
"node": "^20.17.0 || >=22.9.0"
9393
},
9494
"templateOSS": {
9595
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)