From a109091b3e8d25db7e08fbb71f3b3c41b693b807 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sun, 24 Dec 2023 00:31:45 +0800 Subject: [PATCH] CI: use bun canary --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2e5df60..48393948 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,15 +15,14 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false + - uses: oven-sh/setup-bun@v1 + with: + bun-version: canary - name: Cache cache.db uses: actions/cache@v3 with: path: .cache key: ${{ runner.os }}-v1 - - - uses: oven-sh/setup-bun@v1 - with: - bun-version: latest - run: bun install - run: bun run build - name: Deploy