Skip to content

Commit 8224336

Browse files
committed
progress, set the correct lock file
1 parent 849c79b commit 8224336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-frontend.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
node-version-file: frontend/.node-version
4848
cache: "pnpm"
49-
cache-dependency-path: frontend/package-lock.json
49+
cache-dependency-path: frontend/pnpm-lock.yaml
5050

5151
- name: Install dependencies
5252
run: pnpm i

0 commit comments

Comments
 (0)