This PR migrates badgers-web and badgers-worker to yarn 4.
Previously:
badgers-web used yarn classic
badgers-workers used yarn 3
Some issues with yarn 3 were causing deployment failures in CI.
All of that should be fixed now, plus we're finally consistent between all JS/TS packages.
Other changes:
Use node 22 in CI for worker deployment (previously 21)
This PR migrates
badgers-web
andbadgers-worker
to yarn 4.Previously:
badgers-web
usedyarn classic
badgers-workers
usedyarn 3
Some issues with yarn 3 were causing deployment failures in CI. All of that should be fixed now, plus we're finally consistent between all JS/TS packages.
Other changes: