Check for v1 yarn.lock updates #23151
Labels
area/dashboard
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your task related to a problem? Please describe
Since we support yarn v1 and v3, it needs to check that the
yarn.lock
files for both package manager versions are in sync.Describe the solution you'd like
This means that if a PR updates some dependencies, we need to make sure that the changes are applied to the v1 and v3
yarn.lock
files. We need to add a PR check that will fail in case ifyarn install
changes either the v1 or v3yarn.lock
file.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: