-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Blog: v24.0.1 release post #7733
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 introduces a new blog post announcing the v24.0.1 release of Node. The post includes metadata (date, title, author), a list of notable changes and commits, download links for various release binaries, and the SHASUMS block.
- Adds a markdown file with complete release details.
- Lists key commits and includes download links for different platforms.
- Provides a SHASUMS section with PGP signature.
Comments suppressed due to low confidence (1)
apps/site/pages/en/blog/release/v24.0.1.md:22
- The word 'ambassaor' appears to be a typo; it should likely be 'ambassador'.
- [[`0b54f06b6f`](https://github.com/nodejs/node/commit/0b54f06b6f)] - **doc**: add ambassaor message (Brian Muenzenmeyer) [#57600](https://github.com/nodejs/node/pull/57600)
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 #7733 +/- ##
==========================================
- Coverage 74.84% 74.83% -0.02%
==========================================
Files 98 98
Lines 7888 7888
Branches 200 200
==========================================
- Hits 5904 5903 -1
- Misses 1983 1984 +1
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Lighthouse Results
|
Refs: nodejs/node#58226
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.