|
@@ -15,15 +15,14 @@ jobs:
|
|
|
uses: actions/checkout@v4
|
|
uses: actions/checkout@v4
|
|
|
with:
|
|
with:
|
|
|
persist-credentials: false
|
|
persist-credentials: false
|
|
|
|
|
+ - uses: oven-sh/setup-bun@v1
|
|
|
|
|
+ with:
|
|
|
|
|
+ bun-version: canary
|
|
|
- name: Cache cache.db
|
|
- name: Cache cache.db
|
|
|
uses: actions/cache@v3
|
|
uses: actions/cache@v3
|
|
|
with:
|
|
with:
|
|
|
path: .cache
|
|
path: .cache
|
|
|
key: ${{ runner.os }}-v1
|
|
key: ${{ runner.os }}-v1
|
|
|
-
|
|
|
|
|
- - uses: oven-sh/setup-bun@v1
|
|
|
|
|
- with:
|
|
|
|
|
- bun-version: latest
|
|
|
|
|
- run: bun install
|
|
- run: bun install
|
|
|
- run: bun run build
|
|
- run: bun run build
|
|
|
- name: Deploy
|
|
- name: Deploy
|