Skip to content

Commit

Permalink
chore: Update deploy.yml to use Bun for installation and build
Browse files Browse the repository at this point in the history
  • Loading branch information
Azgaar committed Jun 30, 2024
1 parent 993e1df commit 9e54b54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: Install and Build 🔧
- name: Install Bun 🍞
uses: oven-sh/setup-bun@v1

- name: Install deps and Build 🔧
run: |
bun install
bun run build
Expand Down

0 comments on commit 9e54b54

Please sign in to comment.