core-agent-ide/.github/workflows
Michael Bolin 325fad1d92
fix: pnpm/action-setup@v4 should run before actions/setup-node@v5 (#4555)
`rust-release.yml` just failed:

https://github.com/openai/codex/actions/runs/18167317356/job/51714366768

The error is:

> Error: Unable to locate executable file: pnpm. Please verify either
the file path exists or the file can be found within a directory
specified by the PATH environment variable. Also check the file mode to
verify the file is executable.

We need to install `pnpm` first like we do in `ci.yml`:


f815157dd9/.github/workflows/ci.yml (L17-L25)
2025-10-01 09:04:14 -07:00
..
ci.yml chore: introduce publishing logic for @openai/codex-sdk (#4543) 2025-10-01 08:29:59 -07:00
cla.yml Fix CLA link in workflow (#964) 2025-05-16 17:11:57 -07:00
codespell.yml TypeScript SDK scaffold (#4455) 2025-09-29 13:27:13 -07:00
rust-ci.yml chore: upgrade to Rust 1.90 (#4124) 2025-09-24 08:32:00 -07:00
rust-release.yml fix: pnpm/action-setup@v4 should run before actions/setup-node@v5 (#4555) 2025-10-01 09:04:14 -07:00
sdk.yml SDK CI (#4483) 2025-09-29 21:15:02 -07:00