Skip to content

Commit 549c209

Browse files
committed
Fix release workflow
1 parent 0d42ce4 commit 549c209

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,15 @@ jobs:
3333
with:
3434
workspaces: './src-tauri -> target'
3535

36+
- name: Install pnpm
37+
uses: pnpm/action-setup@v2
38+
with:
39+
version: 8
40+
3641
- name: Sync node version and setup cache
3742
uses: actions/setup-node@v3
3843
with:
39-
node-version: 'lts/*'
44+
node-version: 18
4045
cache: 'pnpm'
4146

4247
- name: Install frontend dependencies

0 commit comments

Comments
 (0)