Skip to content

fix(ci): remove npm@latest upgrade in release workflow#434

Merged
jairo-bc merged 1 commit into
masterfrom
jairopanduro/fix-release-ci-npm-latest
Jul 14, 2026
Merged

fix(ci): remove npm@latest upgrade in release workflow#434
jairo-bc merged 1 commit into
masterfrom
jairopanduro/fix-release-ci-npm-latest

Conversation

@jairo-bc

Copy link
Copy Markdown
Contributor

What? Why?

How was it tested?

  • Commit message passes commitlint locally
  • Fix already validated in paper-handlebars (same workflow pattern, same failure, same one-line fix)

The release workflow ran `npm i -g npm@latest` before installing
dependencies, silently picking up whatever npm CLI version was newest
each run. A recent npm release added a new default restriction
(EALLOWGIT) blocking git-protocol dependencies, breaking `npm i` for
this repo's semantic-release-github-pullrequest devDependency (a git
fork reference) and blocking every release since (including the
6.6.2 dependency bump in #433).

No engines.npm pin here, so just drop the forced upgrade and let
actions/setup-node's bundled npm run the install.
@jairo-bc
jairo-bc marked this pull request as ready for review July 14, 2026 08:56
@jairo-bc
jairo-bc merged commit 7e91924 into master Jul 14, 2026
10 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 5.4.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants