Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/contributing/distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ for their particular purposes:

* JavaScript engine: V8
* Package manager: `npm`
* Package manager version manager: Corepack
* Package manager version manager: Corepack (Node.js <v25)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Package manager version manager: Corepack (Node.js <v25)
* Package manager version manager: Corepack (from Node.js 14.x until Node.js 24.x)


Being user-accessible, removal or replacement of these projects could happen
only as a semver-major change, unless the related feature or project is
documented as experimental. In addition, Node.js includes external projects as
internal dependencies. These may be replaced or removed at any time, provided
that doing so is not a breaking change.

The [corepack](https://github.com/nodejs/corepack) module is no longer distributed starting with Node.js v25.
Copy link
Contributor

@aduh95 aduh95 Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The [corepack](https://github.com/nodejs/corepack) module is no longer distributed starting with Node.js v25.
The [corepack](https://github.com/nodejs/corepack) utility is no longer distributed as of Node.js 25.0.0.