Skip to content

Commit

Permalink
setup bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhravya committed Mar 31, 2024
1 parent 3c0872c commit b67a953
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
build-app:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Deploy to Cloudflare Workers with Wrangler
uses: cloudflare/[email protected]
with:
Expand Down

0 comments on commit b67a953

Please sign in to comment.