-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Blog: v22.17.0 release post #7892
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 the markdown for the Node v22.17.0 LTS release blog post, including front-matter, notable changes, download links, and placeholders for checksums.
- Introduces a new blog post at
apps/site/pages/en/blog/release/v22.17.0.md
- Documents deprecations, features, community updates, and full commit list
- Adds platform-specific download links and a SHASUMS placeholder
Comments suppressed due to low confidence (2)
apps/site/pages/en/blog/release/v22.17.0.md:333
- The placeholder for SHASUMS needs to be replaced with the actual checksum values before publishing to ensure readers can verify downloads.
[INSERT SHASUMS HERE]
apps/site/pages/en/blog/release/v22.17.0.md:2
- [nitpick] Verify that the front-matter date aligns with the stated release date (2025-06-24) or update it for consistency in the published post.
date: '2025-06-25T00:11:58.537Z'
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 #7892 +/- ##
==========================================
- Coverage 75.47% 75.46% -0.02%
==========================================
Files 101 101
Lines 8311 8311
Branches 218 218
==========================================
- Hits 6273 6272 -1
- Misses 2036 2037 +1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Lighthouse Results
|
Signed-off-by: Antoine du Hamel <[email protected]>
Signed-off-by: Antoine du Hamel <[email protected]>
Refs: nodejs/node#58665
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.