Skip to content

Commit 1b0100b

Browse files
committed
Merge branch 'main' into release
2 parents efb6413 + 0261288 commit 1b0100b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,15 @@ jobs:
4444
with:
4545
workspaces: "./src-tauri -> target"
4646

47+
- uses: pnpm/action-setup@v4
48+
49+
- uses: actions/setup-node@v4
50+
with:
51+
node-version: 24
52+
cache: pnpm
53+
4754
- name: install frontend dependencies
48-
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
49-
run: pnpm install # change this to npm or pnpm depending on which one you use.
55+
run: pnpm install
5056

5157
- uses: tauri-apps/tauri-action@v0
5258
env:

0 commit comments

Comments
 (0)