Skip to content

Commit 7d8d55d

Browse files
committed
fix: pnpm lock path
1 parent 6a5c7a7 commit 7d8d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
node-version: 22
3131
cache: "pnpm"
32+
cache-dependency-path: "frontend-dev/pnpm-lock.yaml"
3233

3334
- name: Get pnpm store directory
3435
id: pnpm-cache
@@ -40,7 +41,6 @@ jobs:
4041
name: Setup pnpm cache
4142
with:
4243
path: ${{ env.STORE_PATH }}
43-
cache-dependency-path: "frontend-dev/pnpm-lock.yaml"
4444
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4545
restore-keys: |
4646
${{ runner.os }}-pnpm-store-

0 commit comments

Comments
 (0)