Skip to content

Commit fcbea53

Browse files
committed
chore: minimum node version for TS support
1 parent 2e778b3 commit fcbea53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"zod": "3.25.48"
165165
},
166166
"engines": {
167-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
167+
"node": ">=22.18.0",
168168
"npm": "please-use-pnpm",
169169
"yarn": "please-use-pnpm",
170170
"pnpm": ">=10.14.0"

0 commit comments

Comments
 (0)