Skip to content

Commit

Permalink
progress, set the correct lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jan 30, 2024
1 parent 849c79b commit 8224336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
node-version-file: frontend/.node-version
cache: "pnpm"
cache-dependency-path: frontend/package-lock.json
cache-dependency-path: frontend/pnpm-lock.yaml

- name: Install dependencies
run: pnpm i
Expand Down

0 comments on commit 8224336

Please sign in to comment.