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

Commit

Permalink
fix(ci): schema ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Oct 29, 2024
1 parent 8128074 commit 28b5901
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-schema-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install D2 For Docs
run: curl -fsSL https://d2lang.com/install.sh | sh -s --
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.10
bun-version: 1.1.33
- name: Init Environment Variables
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down

0 comments on commit 28b5901

Please sign in to comment.