Closed jonkoops closed 4 days ago
FYI the CI failures are nonsense. Snyk is failing as it detected the migrations from Yarn as changes to the dependencies, but they have not changed. And the build-upload
check is failing as the job is triggered from main
which does not have the required changes to run the new Yarn (as they are in this PR). I have tested this locally, and the build passes just fine.
Note that pr-preview and snyk preview are failing because of what is on main. Not this PR.
Looks like the PR has conflicted due to some changes to the main
branch, I will see if I can do a rebase.
Upgrades Yarn to a version that is not end-of-life. This is just to make my life easier as I can't get the old Yarn to work on my system for some reason.