Skip to content

Commit 4c8ba0a

Browse files
committed
fix!: for @npmcli/docs sets node engine range to ^20.17.0 || >=22.9.0
BREAKING CHANGE: @npmcli/docs now supports node `^20.17.0 || >=22.9.0`
1 parent 95d009e commit 4c8ba0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lib/"
4545
],
4646
"engines": {
47-
"node": "^18.17.0 || >=20.5.0"
47+
"node": "^20.17.0 || >=22.9.0"
4848
},
4949
"tap": {
5050
"timeout": 600,

0 commit comments

Comments
 (0)