Skip to content

Commit

Permalink
ci: remove Bun setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Oct 31, 2024
1 parent d76e2d5 commit 0302f23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ 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 @@ -41,8 +39,6 @@ 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 0302f23

Please sign in to comment.