doc: remove v prefix for Node.js with version references#61488
Merged
aduh95 merged 3 commits intonodejs:mainfrom Jan 25, 2026
Merged
doc: remove v prefix for Node.js with version references#61488aduh95 merged 3 commits intonodejs:mainfrom
aduh95 merged 3 commits intonodejs:mainfrom
Conversation
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.
Situation
According to the Node.js documentation style guide > Version references section, version references using the text "Node.js" should be written without a v prefix. Some references are not using this format (14 out of 55).
Change
Change occurrences of Node.js version references to conform to the style guide, for example:
The majority of references were already correct.
Usage in CHANGELOG files is not touched, since these are considered immutable historical records.
doc/contributing/releases.md is also left unchanged. This should preferably be reviewed and updated separately by the release team to check and correct usage of "Node.js v" consistently.
Edit for clarification: This PR is only concerned with the combination text such as "Node.js 24.13.0".
Other uses with v like the output of the CLI command
node --version"v24.13.0" or API documentation "Added in: v24.13.0" are OK and not impacted.This is also in line with blog post release notices on https://nodejs.org/en/blog/release