Skip to content

Commit f8777e2

Browse files
committed
fix
Signed-off-by: Pushkar Mishra <[email protected]>
1 parent acc1d86 commit f8777e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030

31-
- name: setup node
32-
uses: actions/setup-node@v4
31+
- name: Setup Bun
32+
uses: oven-sh/setup-bun@v1
3333
with:
34-
node-version: lts/*
34+
bun-version: latest
3535

3636
- name: install Rust stable
3737
uses: dtolnay/rust-toolchain@stable
@@ -48,7 +48,7 @@ jobs:
4848
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
4949

5050
- name: install frontend dependencies
51-
run: yarn install # change this to npm, pnpm or bun depending on which one you use.
51+
run: bun install # change this to npm, pnpm or bun depending on which one you use.
5252

5353
- uses: tauri-apps/tauri-action@v0
5454
env:

0 commit comments

Comments
 (0)