We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849c79b commit 8224336Copy full SHA for 8224336
.github/workflows/docker-frontend.yaml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
node-version-file: frontend/.node-version
48
cache: "pnpm"
49
- cache-dependency-path: frontend/package-lock.json
+ cache-dependency-path: frontend/pnpm-lock.yaml
50
51
- name: Install dependencies
52
run: pnpm i
0 commit comments