Skip to content

Commit 77aba08

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `which` now supports node `^18.17.0 || >=20.5.0`
1 parent 8a2d8e0 commit 77aba08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"engines": {
45-
"node": "^16.13.0 || >=18.0.0"
45+
"node": "^18.17.0 || >=20.5.0"
4646
},
4747
"templateOSS": {
4848
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)