fix(ci): bump node to 22 for pnpm 11 compatibility

This commit is contained in:
2026-05-13 10:29:48 +07:00
parent 750d825e01
commit dba51c19e7
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'pnpm'
- run: pnpm install --frozen-lockfile