Skip to content

Commit

Permalink
fix(ci): set up bun in github actions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinbrewer committed Nov 16, 2024
1 parent d1a0a74 commit 674be08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
node-version: 23.1

- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version-file: package.json

- name: Install Dependencies
run: bun install

Expand Down

0 comments on commit 674be08

Please sign in to comment.