Skip to content

deps: add Yarn 1.22.5

Rodrigo Muino Tomonari requested to merge github/fork/arcanis/mael/yarn into master

Ref https://github.com/nodejs/node/discussions/37193 (and https://github.com/nodejs/node/discussions/37193#discussioncomment-332622 in particular, cc @jasnell @mcollina)

This commit adds Yarn to the Node release tarballs and installers. I tested:

  • Windows (.\vcbuild.bat msi and ran the resulting exe)
  • MacOS (make pkg and ran the resulting pkg)
  • Linux (untar'd the .tar.gz file)

In all cases, running yarn --version yielded the correct Yarn version (1.22.5 for infra reasons, which is for all purposes identical to 1.22.10 minus a postinstall script which has no impact whatsoever in this situation).


Merge request reports

Loading