From 534442fcbc73fbc69ef430da0d59e8e3df35963b Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:11:30 +0100 Subject: [PATCH] doc: note corepack package removal in distribution doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/61207 Reviewed-By: Aviv Keller Reviewed-By: Luigi Pinca Reviewed-By: Jordan Harband Reviewed-By: Ulises Gascón Reviewed-By: Rafael Gonzaga --- doc/contributing/distribution.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/contributing/distribution.md b/doc/contributing/distribution.md index 4727c03b69..13d67afb55 100644 --- a/doc/contributing/distribution.md +++ b/doc/contributing/distribution.md @@ -25,3 +25,7 @@ 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. + +## History + +* [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.