Skip to content

Commit 93d71a6

Browse files
committedSep 26, 2024
fix!: align to npm 10 node engine range
BREAKING CHANGE: `npm-registry-fetch` now supports node `^18.17.0 || >=20.5.0`
1 parent 0a9f05b commit 93d71a6

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
@@ -58,7 +58,7 @@
5858
]
5959
},
6060
"engines": {
61-
"node": "^16.14.0 || >=18.0.0"
61+
"node": "^18.17.0 || >=20.5.0"
6262
},
6363
"templateOSS": {
6464
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)