mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-19 16:13:56 +00:00
Node 22 on GitHub's hosted runners currently pins to a broken npm 10.9.7 whose internal `promise-retry` module is missing from the toolcache (runner-images#13883, nodejs/node#62430). Self-upgrading via `npm install -g npm@latest` crashes before the install can run, because `@npmcli/arborist` cannot start without that module. Node 24 LTS bundles npm 11.x natively, which supports OIDC trusted publishing out of the box (minimum is 11.5.1, per npm docs). Bumping the runtime lets us delete the fragile upgrade step entirely. Test: tag `v0.7.4-rc.2` after merge to validate the flow publishes successfully with provenance. |
||
|---|---|---|
| .. | ||
| block-claude-coauthor.yml | ||
| publish-npm.yml | ||
| release-menubar.yml | ||