Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Accept a yarn version * remove default yarn version * Base install script based on the major version of yarn This assumes that yarn will correctly pick up the intended version from the source files. * Do we even need to enable corepack? * Also cache the .yarn/cache directory * Remove the redundant `--frozen-lockfile` flag from the `yarn install` command In yarn 3 and later, the `--frozen-lockfile` flag is an alias for `--immutable`
- Loading branch information