Oryx
Oryx copied to clipboard
Add Corepack and Pre-install Yarn for Node.js 18, 20, and 22 Images
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.