Skip to content

Commit c0c5b04

Browse files
committed
fix!: align to npm 11 node engine range
BREAKING CHANGE: `write-file-atomic` now supports node `^20.17.0 || >=22.9.0`
1 parent 602f2ad commit c0c5b04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@
3333
},
3434
"devDependencies": {
3535
"@npmcli/eslint-config": "^5.0.0",
36-
"@npmcli/template-oss": "4.27.1",
36+
"@npmcli/template-oss": "4.25.0",
3737
"tap": "^16.0.1"
3838
},
3939
"files": [
4040
"bin/",
4141
"lib/"
4242
],
4343
"engines": {
44-
"node": "^18.17.0 || >=20.5.0"
44+
"node": "^20.17.0 || >=22.9.0"
4545
},
4646
"templateOSS": {
4747
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
4848
"windowsCI": false,
49-
"version": "4.27.1",
49+
"version": "4.25.0",
5050
"publish": "true"
5151
},
5252
"tap": {

0 commit comments

Comments
 (0)