ci: stabilize pnpm setup

This commit is contained in:
Peter Steinberger
2026-01-25 12:34:12 +00:00
parent 2fcbed2111
commit 0f5f7ec22a
2 changed files with 31 additions and 28 deletions

View File

@@ -14,11 +14,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 10
- name: Enable Corepack
run: corepack enable
version: 10.23.0
run_install: false
- name: Install pnpm deps (minimal)
run: pnpm install --ignore-scripts --frozen-lockfile