Skip to content

Commit

Permalink
build: Update Bun setup command
Browse files Browse the repository at this point in the history
  • Loading branch information
anaclumos committed Nov 14, 2023
1 parent 68b9f83 commit bebf980
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Setup bun
run: docker pull oven/bun
- name: Activate bun
run: docker run --rm -v $PWD:/app oven/bun
- name: Setup Bun
run: curl -fsSL https://bun.sh/install | bash
- name: Build
run: bun install && bun all-in-one:build
deploy:
Expand Down

0 comments on commit bebf980

Please sign in to comment.