feat: explicit pnpm ci args (#755)

This commit is contained in:
Dominik Pschenitschni
2025-05-13 12:57:33 +02:00
committed by GitHub
parent a62ac800c4
commit ac244d3915
3 changed files with 3 additions and 3 deletions

View File

@@ -14,5 +14,5 @@ runs:
cache-dependency-path: frontend/pnpm-lock.yaml
- name: Install dependencies
working-directory: frontend
run: pnpm install
run: pnpm install --frozen-lockfile --prefer-offline
shell: bash