Skip to content

Commit a405d65

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `@npmcli/git` now supports node `^18.17.0 || >=20.5.0`
1 parent dbfdd90 commit a405d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"which": "^4.0.0"
5050
},
5151
"engines": {
52-
"node": "^16.14.0 || >=18.0.0"
52+
"node": "^18.17.0 || >=20.5.0"
5353
},
5454
"templateOSS": {
5555
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)