Skip to content

Commit 5115462

Browse files
committed
fix!: align to npm 11 node engine range
BREAKING CHANGE: `npm-install-checks` now supports node `^20.17.0 || >=22.9.0`
1 parent 30aa097 commit 5115462

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "npm-install-checks",
3-
"version": "7.1.2",
3+
"version": "7.1.1",
44
"description": "Check the engines and platform fields in package.json",
55
"main": "lib/index.js",
66
"dependencies": {
77
"semver": "^7.1.1"
88
},
99
"devDependencies": {
1010
"@npmcli/eslint-config": "^5.0.0",
11-
"@npmcli/template-oss": "4.27.1",
11+
"@npmcli/template-oss": "4.25.0",
1212
"tap": "^16.0.1"
1313
},
1414
"scripts": {
@@ -35,12 +35,12 @@
3535
"lib/"
3636
],
3737
"engines": {
38-
"node": "^18.17.0 || >=20.5.0"
38+
"node": "^20.17.0 || >=22.9.0"
3939
},
4040
"author": "GitHub Inc.",
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
43-
"version": "4.27.1",
43+
"version": "4.25.0",
4444
"publish": "true"
4545
},
4646
"tap": {

0 commit comments

Comments
 (0)