fix(ci): use packageManager from package.json for pnpm setup
Some checks failed
CI / Lint (push) Has been cancelled
CI / Typecheck (push) Has been cancelled
CI / Broker tests (Postgres) (push) Has been cancelled
CI / Docker build (linux/amd64) (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-04-15 02:43:50 +01:00
parent ccf95ff382
commit 5b69de08da

View File

@@ -43,8 +43,6 @@ jobs:
bun-version: "1.2" bun-version: "1.2"
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
with:
version: 10
- name: Install workspace deps - name: Install workspace deps
run: pnpm install --frozen-lockfile --ignore-scripts run: pnpm install --frozen-lockfile --ignore-scripts