Skip to content

Commit 1458b0c

Browse files
committed
docs: update description for Yarn updates
1 parent e519cfc commit 1458b0c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ New **Node.js** releases are released as soon as possible.
1919

2020
New **NPM** releases are not tracked. We simply use the NPM version bundled in the corresponding Node.js release.
2121

22-
**Yarn** is updated to the latest version only when there is a new Node.js SemVer PATCH release (unless Yarn has received a security update), and it's updated only in the branch with the new release, preferably in the same PR. The `update.sh` script does this automatically when invoked with a specific branch, e.g. `./update.sh 6.10`.
22+
**Yarn v1 Classic** is updated using the [update.sh](https://github.com/nodejs/docker-node/blob/main/update.sh) script
23+
which checks for the contents of https://yarnpkg.com/latest-version.
24+
Yarn v1 Classic is frozen according to the notice on the https://github.com/yarnpkg/yarn repo and so no further updates are expected.
25+
Modifications to the [update.sh](https://github.com/nodejs/docker-node/blob/main/update.sh) script are planned to prevent
26+
future bundling of Yarn v1 in images for Node.js >=26 (see also [Yarn v1 Classic Bundling](README.md#yarn-v1-classic-bundling)).
2327

2428
### Submitting a PR for a version update
2529

0 commit comments

Comments
 (0)