diff options
| author | Dhravya <[email protected]> | 2024-03-30 22:52:17 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-30 22:52:17 -0700 |
| commit | b67a9532db6fb1cef73a11f2258237bc3eeabb1f (patch) | |
| tree | 7ae004b611b9a5c657495a0ac7de8e2e7d713ed9 /.github/workflows/build.yml | |
| parent | force install (diff) | |
| download | supermemory-b67a9532db6fb1cef73a11f2258237bc3eeabb1f.tar.xz supermemory-b67a9532db6fb1cef73a11f2258237bc3eeabb1f.zip | |
setup bun
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1bb0648..c64cdb00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |