Skip to content

Commit db58327

Browse files
fix(ci): add bun as the frontend package manager
1 parent 5d47e66 commit db58327

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-to-auto-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
uses: actions/setup-node@v4
3434
with:
3535
node-version: lts/*
36+
- name: setup bun
37+
uses: oven-sh/setup-bun@v2
3638

3739
- name: install Rust stable
3840
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)