Skip to content

Commit

Permalink
ci: fix Bun missing from CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Nov 1, 2024
1 parent 0302f23 commit 3d4a5b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
node-version: "lts/*"
cache: "yarn"
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies with Yarn
run: yarn install --immutable
- name: Build and test
Expand All @@ -39,6 +41,8 @@ jobs:
with:
node-version: "lts/*"
cache: "yarn"
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies with Yarn
run: yarn install --immutable
- name: Build
Expand Down

0 comments on commit 3d4a5b5

Please sign in to comment.