We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5c7a7 commit 7d8d55dCopy full SHA for 7d8d55d
.github/workflows/deploy.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
node-version: 22
31
cache: "pnpm"
32
+ cache-dependency-path: "frontend-dev/pnpm-lock.yaml"
33
34
- name: Get pnpm store directory
35
id: pnpm-cache
@@ -40,7 +41,6 @@ jobs:
40
41
name: Setup pnpm cache
42
43
path: ${{ env.STORE_PATH }}
- cache-dependency-path: "frontend-dev/pnpm-lock.yaml"
44
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
45
restore-keys: |
46
${{ runner.os }}-pnpm-store-
0 commit comments