Skip to content

Commit e4db381

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `write-file-atomic` now supports node `^18.17.0 || >=20.5.0`
1 parent 1a8883d commit e4db381

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
@@ -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)