Oryx icon indicating copy to clipboard operation
Oryx copied to clipboard

Add Corepack and Pre-install Yarn for Node.js 18, 20, and 22 Images

Open Saipriya-1144 opened this issue 6 months ago • 0 comments

Corepack has been installed, and Yarn version 1.22.15 has been pre-installed for Node.js 18 and 20 images using Corepack. For node 22 latest stable yarn version is being used.

If a customer specifies a different Yarn version in the packageManager field of their package.json, Corepack will automatically install and use that specified version.

  • [x] The purpose of this PR is explained in this message or in an issue. If an issue please include a reference as #<issue_number>.
  • [ ] Tests are included and/or updated for code changes.
  • [ ] Proper license headers are included in each file.

Saipriya-1144 avatar Jun 26 '25 09:06 Saipriya-1144