From e96152fcd262acbfc0e39669795f4bf3b065f3b8 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sat, 15 Aug 2026 07:48:29 -0700 Subject: [PATCH] ci: bump CI image Bun 1.3.10 -> 1.3.13 Matches the local toolchain and brings native `bun test --shard=M/N` / --parallel to CI (needed by the free-test lane and shard runner work). Co-Authored-By: Claude Fable 5 --- .github/docker/Dockerfile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docker/Dockerfile.ci b/.github/docker/Dockerfile.ci index ebf4a4d13..23312c6f7 100644 --- a/.github/docker/Dockerfile.ci +++ b/.github/docker/Dockerfile.ci @@ -64,7 +64,7 @@ RUN curl --retry 5 --retry-delay 5 --retry-connrefused -fsSL "https://nodejs.org # Bun (install to /usr/local so non-root users can access it) ENV BUN_INSTALL="/usr/local" RUN curl --retry 5 --retry-delay 5 --retry-connrefused -fsSL https://bun.sh/install \ - | BUN_VERSION=1.3.10 bash + | BUN_VERSION=1.3.13 bash # Claude CLI RUN npm i -g @anthropic-ai/claude-code