Skip to content

Commit

Permalink
Get bun working in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kla committed Dec 24, 2023
1 parent 7676009 commit 4899287
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: 'npm'
cache-dependency-path: bun.lockb
- uses: oven-sh/setup-bun@v1
- run: bin/bootstrap
- run: bin/setup
- run: bin/test

0 comments on commit 4899287

Please sign in to comment.