Skip to content

Commit

Permalink
fix: update bun cd/ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
brolag committed Oct 30, 2024
1 parent 3c24561 commit a481901
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
with:
node-version: '18'

- name: Install Bun
run: curl -fsSL https://bun.sh/install | bash
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down

0 comments on commit a481901

Please sign in to comment.