feat: bump require node version to 22

This commit is contained in:
JellyBrick
2025-07-10 13:45:58 +09:00
parent 6fdac6facf
commit 4d33921881
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
pull_request:
env:
NODE_VERSION: "20.x"
NODE_VERSION: "22.x"
jobs:
build:

View File

@ -218,7 +218,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"engines": {
"node": ">=18",
"node": ">=22",
"pnpm": ">=10"
},
"pnpm": {