How do I use Yarn 3.5 on Github Actions? (Error: cannot find module …/yarn-3.5.0.cjs)
On our local machines, we've installed the latest version of Yarn for our node version of 16.17 per the instructions on the Yarn website: corepack enable corepack prepare yarn@stable --activate We found this step was necessary to make it work…