Skip to content

Commit 5f8c7b4

Browse files
committed
ci: preserve scoped aliases during Bun lockfile migration
Bun 1.3.1 strips scopes from npm aliases while importing Yarn v1 locks, making CI request nonexistent unscoped packages. Refs: oven-sh/bun#27781
1 parent fe7ac89 commit 5f8c7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/node/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ runs:
7676
- name: Install Bun
7777
if: steps.bun-check.outputs.supported == 'true'
7878
shell: bash
79-
run: npm install -g bun@1.3.1 --prefer-offline --no-audit --no-fund
79+
run: npm install -g bun@1.3.14 --prefer-offline --no-audit --no-fund

0 commit comments

Comments
 (0)