Skip to content

Commit

Permalink
ci: add bun setup
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Jul 14, 2024
1 parent 6006187 commit 3a44ea3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
node-version: lts/*

- uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
with:
node-version: lts/*

- uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
node-version: lts/*

- uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 3a44ea3

Please sign in to comment.