1 parent c0ebf4e commit 0261288Copy full SHA for 0261288
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