Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify package manager version for project
Summary: Prompted by facebook#47083, this change adds a `"packageManager"` field to the root `package.json` specifying `yarn@1.22.22`. This will configure a compatible, predictable version of Yarn for users using [Corepack](https://nodejs.org/api/corepack.html) via the Yarn Modern install process. See https://yarnpkg.com/getting-started/install and https://nodejs.org/api/corepack.html. Tested on a fresh system (GitHub Codespaces). Changelog: [Internal] Differential Revision: D64536673
- Loading branch information