Skip to content

Commit cb80b35

Browse files
committed
using pnpm lock
1 parent 5d1607e commit cb80b35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: "22.x"
1818
cache: "npm"
19-
cache-dependency-path: ui/package-lock.json
19+
cache-dependency-path: ui/pnpm-lock.yaml
2020
- name: Set up JDK 21
2121
uses: actions/setup-java@v4
2222
with:
@@ -170,7 +170,7 @@ jobs:
170170
with:
171171
node-version: "22.x"
172172
cache: "npm"
173-
cache-dependency-path: ui/package-lock.json
173+
cache-dependency-path: ui/pnpm-lock.yaml
174174
- name: Set up JDK 21
175175
uses: actions/setup-java@v4
176176
with:
@@ -197,7 +197,7 @@ jobs:
197197
with:
198198
node-version: "22.x"
199199
cache: "npm"
200-
cache-dependency-path: ui/package-lock.json
200+
cache-dependency-path: ui/pnpm-lock.yaml
201201
- name: Set up JDK 21
202202
uses: actions/setup-java@v4
203203
with:

0 commit comments

Comments
 (0)