Skip to content

ci(npm-publish): pin npm@11 due to sigstore packaging issue - #72

Merged
damyanpetev merged 1 commit into
masterfrom
dpetev/fix-release-workflow
Jul 9, 2026
Merged

ci(npm-publish): pin npm@11 due to sigstore packaging issue#72
damyanpetev merged 1 commit into
masterfrom
dpetev/fix-release-workflow

Conversation

@damyanpetev

Copy link
Copy Markdown
Member

Latest Node 24-s ship with npm versions that satisfy the requirements for OIDC now:

  node: v24.18.0
  npm: 11.16.0

However the Update step picked up 12.0.0 stable presumably and failed:

Run npm publish --tag ${NPM_TAG}
npm error code MODULE_NOT_FOUND
npm error Cannot find module 'sigstore'

https://github.com/IgniteUI/igniteui-grid-lite/actions/runs/29032081040/job/86167229872#step:11:11

That seems to be related to npm/cli#9722

While the update step should be unnecessary atm, leaving in as a safety net, just in case a node 24 release picks it up before the above issue is fixed.

@damyanpetev damyanpetev added the github_actions Pull requests that update GitHub Actions code label Jul 9, 2026
@damyanpetev
damyanpetev merged commit df36580 into master Jul 9, 2026
5 of 6 checks passed
@damyanpetev
damyanpetev deleted the dpetev/fix-release-workflow branch July 9, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant