mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-03 02:16:49 +00:00
feat: explicit pnpm ci args (#755)
This commit is contained in:
committed by
GitHub
parent
a62ac800c4
commit
ac244d3915
2
.github/actions/setup-frontend/action.yml
vendored
2
.github/actions/setup-frontend/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user