Skip to content

release: pin npm to 11.x so publish works on node 20 runner#93

Merged
andeplane merged 1 commit into
masterfrom
fix/release-npm-pin
Jul 12, 2026
Merged

release: pin npm to 11.x so publish works on node 20 runner#93
andeplane merged 1 commit into
masterfrom
fix/release-npm-pin

Conversation

@andeplane

Copy link
Copy Markdown
Collaborator

npm@latest is now 12.0.1 (requires node >= 22) and aborts with EBADENGINE on the release workflow's node 20 runner, which failed the 1.6.0 publish. Pin npm@11 — still >= 11.5.1 for OIDC trusted publishing, node-20 compatible. CI-only change.

After merge, the 1.6.0 publish is re-triggered via workflow_dispatch (this PR does not change package.json, so it will not auto-trigger release.yml).

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

npm@latest is now 12.0.1, which requires node >= 22 and aborts with
EBADENGINE on this workflow's node 20 runner, failing the 1.6.0 publish
before it starts. Pin npm@11 — still >= 11.5.1 for OIDC trusted publishing
and compatible with node 20.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@andeplane andeplane enabled auto-merge (squash) July 12, 2026 17:12
@andeplane andeplane merged commit 4b36fd9 into master Jul 12, 2026
3 checks passed
@andeplane andeplane deleted the fix/release-npm-pin branch July 12, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant