Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
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. |
Contributor
|
Lighthouse Results
|
aduh95
commented
Jun 25, 2025
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
aduh95
commented
Jun 25, 2025
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
marco-ippolito
approved these changes
Jun 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: nodejs/node#58665
Description
Validation
Related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.