Skip to content

Commit 0c2f61a

Browse files
committed
doc: note corepack package removal in distribution doc
1 parent 879b95e commit 0c2f61a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/contributing/distribution.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ for their particular purposes:
1818

1919
* JavaScript engine: V8
2020
* Package manager: `npm`
21-
* Package manager version manager: Corepack
21+
* Package manager version manager: Corepack (Node.js <v25)
2222

2323
Being user-accessible, removal or replacement of these projects could happen
2424
only as a semver-major change, unless the related feature or project is
2525
documented as experimental. In addition, Node.js includes external projects as
2626
internal dependencies. These may be replaced or removed at any time, provided
2727
that doing so is not a breaking change.
28+
29+
The [corepack](https://github.com/nodejs/corepack) module is no longer distributed starting with Node.js v25.

0 commit comments

Comments
 (0)