-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Blog: v22.16.0 and v24.1.0 release posts #7768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds two new release posts for Node.js, one for v24.1.0 (Current) and one for v22.16.0 (LTS). Both files provide detailed information including release dates, notable changes, commit summaries, and links for installers, binaries, and documentation.
- v24.1.0: Introduces the Current release post with commit summaries and various download links.
- v22.16.0: Introduces the LTS release post with an extensive log of commits and associated release file links.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
apps/site/pages/en/blog/release/v24.1.0.md | New release post for Node v24.1.0 (Current) with commit summaries and installer/download links. |
apps/site/pages/en/blog/release/v22.16.0.md | New release post for Node v22.16.0 (LTS) with detailed commit logs and release file links. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7768 +/- ##
==========================================
- Coverage 75.36% 75.34% -0.02%
==========================================
Files 96 96
Lines 7858 7858
Branches 192 192
==========================================
- Hits 5922 5921 -1
- Misses 1935 1936 +1
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Lighthouse Results
|
Refs: nodejs/node#58388
Refs: nodejs/node#58406
Description
Validation
Related Issues
Check List
pnpm format
to ensure the code follows the style guide.pnpm test
to check if all tests are passing.pnpm build
to check if the website builds without errors.