Skip to content

Commit df2c138

Browse files
authored
chore: engine floor to 22.9.0 (#1883)
Our deps have a floor of 22.9.0 not 22.0.0
1 parent dde8224 commit df2c138

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"author": "GitHub Inc.",
3838
"engines": {
39-
"node": ">=22.0.0"
39+
"node": ">=22.9.0"
4040
},
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
"author": "GitHub Inc.",
104104
"engines": {
105-
"node": ">=22.0.0 <26"
105+
"node": ">=22.9.0 <26"
106106
},
107107
"templateOSS": {
108108
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)