https://github.com/angular/angular
Raw File
Tip revision: de1e35b944859d438c4fdfa3ff62fb92113bca4f authored by Andrew Kushnir on 26 January 2022, 19:44:41 UTC
release: cut the v13.2.0 release (#44838)
Tip revision: de1e35b
README.md
# Yarn Vendoring
We utilize Yarn's `yarn-path` configuration in a shared `.yarnrc` file to enforce
everyone using the same version of Yarn.  Yarn checks the `.yarnrc` file to
determine if yarn should delegate the command to a vendored version at the
provided path.

## How to update
To update to the latest version of Yarn as our vendored version:
- Run this command
```sh
yarn policies set-version latest
```
- Remove the previous version
back to top