mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-22 14:07:14 +02:00
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:
co-authored by
Claude Fable 5
parent
008dd65b1f
commit
e96152fcd2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user