Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
ci: upgrade ci bun version to 1.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Oct 28, 2024
1 parent 33d2f1a commit 2c3db1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:

- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.17
bun-version: 1.1.33
- name: Init Environment Variables
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# run: curl -fsSL https://d2lang.com/install.sh | sh -s --
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.17
bun-version: 1.1.33
- name: Init Environment Variables
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-publish-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
workspaces: "./apps/desktop/src-tauri -> target"
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.17
bun-version: 1.1.33
- name: Init Environment Variables
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down

0 comments on commit 2c3db1a

Please # to comment.