Skip to content

Commit 8ce4c91

Browse files
committed
Fix release workflow
1 parent 13ea534 commit 8ce4c91

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,16 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@master
3131

32+
- uses: pnpm/action-setup@v2
33+
with:
34+
version: 8.15.6
35+
3236
- name: Setup node
3337
uses: actions/setup-node@v3
3438
with:
3539
node-version: '20'
36-
cache: 'npm'
37-
cache-dependency-path: 'src/frontend/package-lock.json'
40+
cache: 'pnpm'
41+
cache-dependency-path: 'src/frontend/pnpm-lock.yaml'
3842

3943
- name: Setup Java
4044
uses: actions/setup-java@master

0 commit comments

Comments
 (0)