mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-20 12:42:38 -04:00
Pinning the action's `runtime:` to Node 22.13.0 broke `pn bundle`'s `pnx node@runtime:24.6.0 bundle.ts` call with ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND — the on-demand runtime fetch collides with the pre-installed one. ci.yml's compile job already demonstrates the working pattern: leave runtime unset, drive compilation through `pn compile-only`. Written by an agent (Claude Code, claude-opus-4-7).