Skip to content

Commit 208d02b

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `nopt` now supports node `^18.17.0 || >=20.5.0`
1 parent 5429145 commit 208d02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lib/"
4242
],
4343
"engines": {
44-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
44+
"node": "^18.17.0 || >=20.5.0"
4545
},
4646
"templateOSS": {
4747
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)