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 1816eda commit fdb7c46
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ 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
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.34
run: npm install -g bun

- name: Build
run: |
Expand Down

0 comments on commit fdb7c46

Please sign in to comment.