Skip to content

fix(cicd): pin publish npm upgrade to npm@11 to fix EBADENGINE#41

Merged
uladkasach merged 1 commit into
mainfrom
vlad/fix-cicd-3
Jul 19, 2026
Merged

fix(cicd): pin publish npm upgrade to npm@11 to fix EBADENGINE#41
uladkasach merged 1 commit into
mainfrom
vlad/fix-cicd-3

Conversation

@ehm-a-seaturtle

Copy link
Copy Markdown
Contributor

fix(cicd): pin publish npm upgrade to npm@11 to fix EBADENGINE

  • npm@latest is now 12.0.1, which requires node >= 22.22.2
  • .nvmrc pins node 22.21.0, so npm install -g npm@latest fails EBADENGINE
  • npm@11 supports oidc (>= 11.5.1) and runs on node 22.21, unblocking publish
  • note: durable fix belongs in the declapract publish-npm template

🐢🌊 surfed in by seaturtle[bot]

- npm@latest is now 12.0.1, which requires node >= 22.22.2
- .nvmrc pins node 22.21.0, so npm install -g npm@latest fails EBADENGINE
- npm@11 supports oidc (>= 11.5.1) and runs on node 22.21, unblocking publish
- note: durable fix belongs in the declapract publish-npm template

Co-authored-by: Ulad Kasach <uladkasach@gmail.com>
@uladkasach
uladkasach merged commit 8e5b2fd into main Jul 19, 2026
16 checks passed
@uladkasach
uladkasach deleted the vlad/fix-cicd-3 branch July 19, 2026 03:42
@rhelease rhelease Bot mentioned this pull request Jul 19, 2026
@rhelease

rhelease Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

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