2 parents efb6413 + 0261288 commit 1b0100bCopy full SHA for 1b0100b
1 file changed
.github/workflows/publish.yml
@@ -44,9 +44,15 @@ jobs:
44
with:
45
workspaces: "./src-tauri -> target"
46
47
+ - uses: pnpm/action-setup@v4
48
+
49
+ - uses: actions/setup-node@v4
50
+ with:
51
+ node-version: 24
52
+ cache: pnpm
53
54
- name: install frontend dependencies
- # If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
- run: pnpm install # change this to npm or pnpm depending on which one you use.
55
+ run: pnpm install
56
57
- uses: tauri-apps/tauri-action@v0
58
env:
0 commit comments