Skip to content

Commit 3814e57

Browse files
committed
Add history section
Corepack was added in Node.js v14.9.0 and v16.9.0 and removed as of Node.js v25.0.0
1 parent 0c2f61a commit 3814e57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/contributing/distribution.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ for their particular purposes:
1818

1919
* JavaScript engine: V8
2020
* Package manager: `npm`
21-
* Package manager version manager: Corepack (Node.js <v25)
21+
* Package manager version manager: Corepack
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.
2828

29-
The [corepack](https://github.com/nodejs/corepack) module is no longer distributed starting with Node.js v25.
29+
## History
30+
31+
- [corepack](https://github.com/nodejs/corepack) was added in Node.js v14.9.0 and v16.9.0. It is no longer distributed as of Node.js v25.0.0.

0 commit comments

Comments
 (0)