fix(ci): bump Node to 22 (wrangler 4 requires Node >=22)

This commit is contained in:
2026-05-09 11:37:29 +07:00
parent f5c895eda5
commit 75d609565d
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm test