Commit 117b6b0
fix: bump CI bun-version 1.3.10 -> 1.3.14 to match merged runtime requirement
The v1.17.9 merge bumped the repo `packageManager` to `bun@1.3.14` (upstream's
required runtime) and the `script/` version gate to `^1.3.14`, but all 6 CI jobs
kept the fork's old `bun-version: "1.3.10"` pin. The merged CLI cannot boot as a
spawned subprocess under bun 1.3.10, so the `bun test` job (reported as the
"TypeScript" check) failed with 748 failures — every subprocess test (`acp
lifecycle`, `run (non-interactive)`, `serve`, the read-only smokes) timed out at
15s or exited non-zero, while the 9696 in-process tests passed.
Confirmed environment-specific, not a code regression: locally on bun 1.3.13 the
same subprocess smokes pass 7/7. The fork pinned 1.3.10 in older PRs (#221/#255/
#560); the merge moved the runtime floor to 1.3.14 but left CI behind.
Bump all 6 `bun-version` pins to 1.3.14 to match `package.json` `packageManager`.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 2c3d2ed commit 117b6b0
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
0 commit comments