fix(blog): typo in Node 22->24 codemod - #9082
Conversation
Signed-off-by: Gavin <46635587+blue2cat@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview The bash snippet is updated to Reviewed by Cursor Bugbot for commit 5160bbf. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
🟢 Ready to approve
The change is a straightforward documentation typo fix and the updated command matches the referenced codemod name/links.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Fixes a typo in the Node.js v22→v24 migration blog post so the documented tls-create-secure-pair-to-tls-socket codemod command matches the actual registry package name and works when copied.
Changes:
- Correct the
npx codemod runcommand to use@nodejs/tls-create-secure-pair-to-tls-socket.
File summaries
| File | Description |
|---|---|
| apps/site/pages/en/blog/migrations/v22-to-v24.mdx | Fixes the codemod command string so copy/paste runs the intended recipe. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
tls-create-secure-pair-to-tls-socket codemod
Description
There's a typo in
/en/blog/migrations/v22-to-v24that causes thetls-create-secure-pair-to-tls-socketcodemod to not run when copied.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.