aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-03-30 22:52:17 -0700
committerDhravya <[email protected]>2024-03-30 22:52:17 -0700
commitb67a9532db6fb1cef73a11f2258237bc3eeabb1f (patch)
tree7ae004b611b9a5c657495a0ac7de8e2e7d713ed9 /.github/workflows
parentforce install (diff)
downloadsupermemory-b67a9532db6fb1cef73a11f2258237bc3eeabb1f.tar.xz
supermemory-b67a9532db6fb1cef73a11f2258237bc3eeabb1f.zip
setup bun
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml8
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: