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 c025d44 commit 68dd410
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 @@ -40,9 +40,9 @@ jobs:
with:
bun-version: latest
- name: Install Yarn
run: bun --bun x yarn
run: bun install -g npm:yarn
- name: Bootstrap
run: yarn --immutable
run: bun ~/.bun/bin/yarn --immutable
- name: Build
run: bun run --bun build
- name: Generate
Expand Down

0 comments on commit 68dd410

Please sign in to comment.