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/.
This commit is contained in:
parent
69d4296def
commit
ce3b750524
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user