Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save yarn locally to workaround setup-node issue (#47)
Setup-node refuses to add an option for enabling corepack due to it being marked experimental. This unwittingly resulted in us using the globally installed yarn v1 version for building, despite our expectation that yarn v4 would be used. Rather than do a dance of enabling corepack and setting up node, this saves yarn locally and checks it into git.
- Loading branch information