-
- Downloads
CI: Ensure the use of lockfile when running yarn (#13720)
This makes the dependencies reproducible in the CI run, making it less susceptible to external disturbances (e.g. https://yarnpkg.com/ being unreachble) since there is just-in-time version resolution anymore and likely all the necessary packages are available in the build cache.
Please register or sign in to comment