Skip to content

Commit ad27f49

Browse files
committed
ci: add bun to package manager suite
Test bun as package manager
1 parent 8bd7f28 commit ad27f49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
# flaky targets are retried. The larger machine type comes with 2x more SSD space.
165165
os: [ubuntu-latest-4core]
166166
node: [22]
167-
subset: [yarn, pnpm]
167+
subset: [yarn, pnpm, bun]
168168
shard: [0, 1, 2]
169169
runs-on: ${{ matrix.os }}
170170
steps:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
# flaky targets are retried. The larger machine type comes with 2x more SSD space.
183183
os: [ubuntu-latest-4core]
184184
node: [22]
185-
subset: [yarn, pnpm]
185+
subset: [yarn, pnpm, bun]
186186
shard: [0, 1, 2]
187187
runs-on: ${{ matrix.os }}
188188
steps:

tests/legacy-cli/e2e/setup/100-global-cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const PACKAGE_MANAGER_VERSION = {
66
'npm': '10.8.1',
77
'yarn': '1.22.22',
88
'pnpm': '10.17.1',
9-
'bun': '1.2.21',
9+
'bun': '1.3.2',
1010
};
1111

1212
export default async function () {

0 commit comments

Comments
 (0)