Skip to content

Commit

Permalink
Update workflow for bun
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 17, 2025
1 parent 68dd410 commit deafe85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Yarn
- name: Install Yarn
run: bun install -g npm:yarn
- name: Bootstrap
run: bun ~/.bun/bin/yarn --immutable
run: bun --bun ~/.bun/bin/yarn --immutable
- name: Build
run: bun run --bun build
- name: Generate
Expand Down

0 comments on commit deafe85

Please sign in to comment.