Skip to content

Commit

Permalink
Use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
mellevanderlinde committed Nov 2, 2024
1 parent fdb7c46 commit 83ac363
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# - name: Setup bun
# uses: oven-sh/setup-bun@v2
# with:
# bun-version: 1.1.34

- name: Setup bun
run: npm install -g bun

- name: Build
run: |
npm install -g bun
bun install
bun run lint
bun run build
Expand Down

0 comments on commit 83ac363

Please sign in to comment.