Skip to content

fix(ci): upgrade to Node.js 24 for npm trusted publishing#44

Merged
amondnet merged 1 commit into
mainfrom
fix/node-24-npm-trusted-publishing
Dec 19, 2025
Merged

fix(ci): upgrade to Node.js 24 for npm trusted publishing#44
amondnet merged 1 commit into
mainfrom
fix/node-24-npm-trusted-publishing

Conversation

@amondnet

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade Node.js from 22 to 24 in publish workflow

Why

npm trusted publishing requires npm CLI version 11.5.1 or later.

  • Node.js 22 → npm 10.x (not supported)
  • Node.js 24 → npm 11.x (supported)

Test plan

  • Verify publish workflow succeeds with trusted publishing on next release

npm trusted publishing requires npm CLI 11.5.1+.
Node.js 22 ships with npm 10.x, Node.js 24 ships with npm 11.x.
@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@amondnet
amondnet merged commit 0de05cf into main Dec 19, 2025
3 checks passed
@amondnet
amondnet deleted the fix/node-24-npm-trusted-publishing branch December 19, 2025 13:32
@passionfactory-bot passionfactory-bot Bot mentioned this pull request Dec 19, 2025
@codecov

codecov Bot commented Dec 19, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.74%. Comparing base (041da12) to head (2e08ffd).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #44   +/-   ##
=======================================
  Coverage   49.74%   49.74%           
=======================================
  Files          22       22           
  Lines        4535     4535           
=======================================
  Hits         2256     2256           
  Misses       2279     2279           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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