Skip to content

Commit 8741454

Browse files
committed
added cache-dependency-path
1 parent 60814e4 commit 8741454

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
node-version: 22
2222
cache: "pnpm"
23+
cache-dependency-path: ui/pnpm-lock.yaml
2324
- name: Set up JDK 21
2425
uses: actions/setup-java@v4
2526
with:
@@ -177,6 +178,7 @@ jobs:
177178
with:
178179
node-version: 22
179180
cache: "pnpm"
181+
cache-dependency-path: ui/pnpm-lock.yaml
180182
- name: Set up JDK 21
181183
uses: actions/setup-java@v4
182184
with:
@@ -207,6 +209,7 @@ jobs:
207209
with:
208210
node-version: 22
209211
cache: "pnpm"
212+
cache-dependency-path: ui/pnpm-lock.yaml
210213
- name: Set up JDK 21
211214
uses: actions/setup-java@v4
212215
with:

0 commit comments

Comments
 (0)