From ce3b7505248c635707e1f5bd992770cf3ff08565 Mon Sep 17 00:00:00 2001 From: James Feng <47167674+GhostDragon124@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:25:50 +0800 Subject: [PATCH] fix(ci): lock Bun to 1.3.11 matching local dev version CI uses bun-version: latest (1.3.14), local dev uses 1.3.11. Version mismatch may cause workspace module resolution differences for @ant/model-provider imports from root src/. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b27138a1..bed6f3ebc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: oven-sh/setup-bun@v2 with: - bun-version: latest + bun-version: '1.3.11' - name: Replace mirror URLs run: sed -i '' 's|registry.npmmirror.com|registry.npmjs.org|g' bun.lock