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 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-08-15 07:48:29 -07:00
co-authored by Claude Fable 5
parent 008dd65b1f
commit e96152fcd2
+1 -1
View File
@@ -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) # Bun (install to /usr/local so non-root users can access it)
ENV BUN_INSTALL="/usr/local" ENV BUN_INSTALL="/usr/local"
RUN curl --retry 5 --retry-delay 5 --retry-connrefused -fsSL https://bun.sh/install \ 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 # Claude CLI
RUN npm i -g @anthropic-ai/claude-code RUN npm i -g @anthropic-ai/claude-code