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

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