fix(ci): bump Node.js to 22 required by pnpm@11.1.1

This commit is contained in:
2026-05-13 10:33:45 +07:00
parent 232b657be0
commit edb7b96fea
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm test
@@ -38,7 +38,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build-nolog