Fix CI pnpm setup

This commit is contained in:
Peter Steinberger 2025-11-05 04:34:10 +00:00
parent 60ab9e0e1d
commit 2ecc905407

View File

@ -14,11 +14,14 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 10.20.0
run_install: false
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
- run: pnpm --version
- run: pnpm check
- run: pnpm build
- run: pnpm test