Skip to content
Merged
Changes from 1 commit
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
Next Next commit
doc: note corepack package removal in distribution doc
  • Loading branch information
MikeMcC399 committed Dec 29, 2025
commit 0c2f61ab95c0ea0ef83de57af2642f6d7fcd1acd
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)

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.