chore: engine floor to 22.9.0 (#1883)

Our deps have a floor of 22.9.0 not 22.0.0

Gar committed Feb 17, 2026 at 10:54 UTC df2c138a7abd3a5ee1c44a0b4f7e8fcd772f4fb1
2 files changed +2 -2
cli/package.json
+1 -1
@@ -36,7 +36,7 @@
36 },
37 "author": "GitHub Inc.",
38 "engines": {
39 - "node": ">=22.0.0"
39 + "node": ">=22.9.0"
40 },
41 "templateOSS": {
42 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
package.json
+1 -1
@@ -102,7 +102,7 @@
102 },
103 "author": "GitHub Inc.",
104 "engines": {
105 - "node": ">=22.0.0 <26"
105 + "node": ">=22.9.0 <26"
106 },
107 "templateOSS": {
108 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",