Skip to content

fix(ci): add Node 25 for semantic-release v25, sync bun.lock#436

Merged
DatGreekChick merged 3 commits intomainfrom
fix/semver-bun-lock-corrections
Apr 19, 2026
Merged

fix(ci): add Node 25 for semantic-release v25, sync bun.lock#436
DatGreekChick merged 3 commits intomainfrom
fix/semver-bun-lock-corrections

Conversation

@DatGreekChick
Copy link
Copy Markdown
Owner

@DatGreekChick DatGreekChick commented Apr 19, 2026

🎯 Motivation

After #434 merged, the release workflow failed because semantic-release v25 requires Node >=22 but GitHub Actions runners default to Node 20. Even with bun as the package manager, semantic-release runs on the system Node.

✅ What's Changed

  • Add setup-node@v4 with Node 25 before setup-bun in release workflow
  • Add missing semver entry under semantic-release in bun.lock
  • Expand inline @semantic-release/npm config to multi-line for consistency

🧪 Testing

CI failure confirmed via gh run view — Node v20.20.2 rejected by semantic-release v25

🔗 Links

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8de39e5) to head (5b1d8c7).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #436   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          110       110           
=========================================
  Hits           110       110           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 19, 2026

Visit the preview URL for this PR (updated for commit 5b1d8c7):

https://elenicodes--pr436-fix-semver-bun-lock-jqhm5v4p.web.app

(expires Sun, 26 Apr 2026 00:33:13 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 2893a00bbe8f1f8b2d040782481f3b83b74bae08

DatGreekChick and others added 2 commits April 18, 2026 20:31
semantic-release v25 requires Node ^22.14.0 || >= 24.10.0.
GitHub Actions runners default to Node 20, so setup-node is needed
even when using bun as the package manager.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
semantic-release v25 requires Node ^22.14.0 || >= 24.10.0.
GitHub Actions runners default to Node 20, so setup-node is needed
even when using bun as the package manager.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@DatGreekChick DatGreekChick changed the title chore(deps): sync bun.lock and format release config in package.json fix(ci): add Node 25 for semantic-release v25, sync bun.lock Apr 19, 2026
@DatGreekChick DatGreekChick merged commit 508adf1 into main Apr 19, 2026
3 checks passed
@DatGreekChick DatGreekChick deleted the fix/semver-bun-lock-corrections branch April 19, 2026 00:34
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 3.0.1 🎉

The release is available on GitHub release

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.

1 participant