chore: engine limit <26 (26 doesn't exist yet)

Michael Smith committed Jan 30, 2026 at 08:28 UTC 9b1967710d164012018c3f4949690cdd4c1a2977
1 file changed +1 -1
package.json
+1 -1
@@ -101,7 +101,7 @@
101 },
102 "author": "GitHub Inc.",
103 "engines": {
104 - "node": ">=22.0.0"
104 + "node": ">=22.0.0 <26"
105 },
106 "templateOSS": {
107 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",