From e85a29c23b1dc3cdd152dcda62d0ff84e3158349 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 22 Mar 2026 04:45:41 +0000 Subject: fix(ci): align pnpm setup and build env defaults --- .github/actions/setup-node-pnpm/action.yml | 2 +- .github/workflows/ci.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/actions/setup-node-pnpm/action.yml b/.github/actions/setup-node-pnpm/action.yml index a5f5e4c7..d80af34d 100644 --- a/.github/actions/setup-node-pnpm/action.yml +++ b/.github/actions/setup-node-pnpm/action.yml @@ -9,7 +9,7 @@ inputs: pnpm_version: description: pnpm version required: false - default: "10.28.0" + default: "10.32.1" install: description: Whether to install dependencies required: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0bd757e..6a2b7efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,19 @@ on: jobs: validate: runs-on: ubuntu-latest + env: + SUPABASE_URL: "http://localhost:54321" + SUPABASE_ANON_KEY: "dummy" + PUBLIC_APP_ORIGIN: "http://localhost:5173" + PUBLIC_ANILIST_CLIENT_ID: "dummy" + ANILIST_CLIENT_SECRET: "dummy" + PUBLIC_ANILIST_REDIRECT_URI: "http://localhost:5173/api/oauth/callback" + PUBLIC_ANIMESCHEDULE_CLIENT_ID: "dummy" + ANIMESCHEDULE_CLIENT_SECRET: "dummy" + PUBLIC_ANIMESCHEDULE_REDIRECT_URI: "http://localhost:5173/api/animeschedule/oauth/callback" + PUBLIC_MYANIMELIST_CLIENT_ID: "dummy" + MYANIMELIST_CLIENT_SECRET: "dummy" + PUBLIC_MYANIMLIST_REDIRECT_URI: "http://localhost:5173/api/myanimelist/oauth/callback" steps: - uses: actions/checkout@v4 -- cgit v1.2.3