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 4079e1a commit 1816eda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

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

- name: Build
run: |
bun install
Expand Down

0 comments on commit 1816eda

Please sign in to comment.