Skip to content

Commit 61366f4

Browse files
committed
chore(core): refresh ci npm release pin
Update `.github/workflows/ci.yml` to stage the npm package from release `0.115.0` instead of the expired `0.74.0` artifacts. The linked `build-test` job was failing in `stage_npm_packages.py` before any repository code ran because the old release artifacts expired on March 18, 2026.
1 parent 89efa80 commit 61366f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
set -euo pipefail
3939
# Use a rust-release version that includes all native binaries.
40-
CODEX_VERSION=0.74.0
40+
CODEX_VERSION=0.115.0
4141
OUTPUT_DIR="${RUNNER_TEMP}"
4242
python3 ./scripts/stage_npm_packages.py \
4343
--release-version "$CODEX_VERSION" \

0 commit comments

Comments
 (0)