Skip to content

Commit

Permalink
add bun to workflow ✈️
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaaryan committed Aug 30, 2024
1 parent 8e14f93 commit 4524bd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install
- name: Build for ${{ matrix.os }}
Expand Down

0 comments on commit 4524bd6

Please sign in to comment.