Skip to content

Commit

Permalink
build(ci): Activate bun for build
Browse files Browse the repository at this point in the history
  • Loading branch information
anaclumos committed Nov 14, 2023
1 parent 5c9bb47 commit 68b9f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
node-version: '18'
- name: Setup bun
run: docker pull oven/bun
- name: Activate bun
run: docker run --rm -v $PWD:/app oven/bun
- name: Build
run: bun install && bun all-in-one:build
deploy:
Expand Down

0 comments on commit 68b9f83

Please sign in to comment.