From ee651d1af43aa2962bd144b4f3b4a37952e95cac Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 18 Mar 2026 13:47:26 -0700 Subject: [PATCH] fix: try to fix "Stage npm package" step in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0588d01a78..f23a999d64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: | set -euo pipefail # Use a rust-release version that includes all native binaries. - CODEX_VERSION=0.74.0 + CODEX_VERSION=0.115.0 OUTPUT_DIR="${RUNNER_TEMP}" python3 ./scripts/stage_npm_packages.py \ --release-version "$CODEX_VERSION" \