https://github.com/angular/angular
Raw File
Tip revision: 5f6323c36d2c1ed53c85ba20fe47da3b1174ac20 authored by Pawel Kozlowski on 29 November 2023, 17:15:12 UTC
release: cut the v17.0.5 release
Tip revision: 5f6323c
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