Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unvendor Yarn; favor Corepack for installation #243

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Commits on Apr 25, 2024

  1. Unvendor Yarn; favor Corepack for installation

    According to the Yarn documentation, Yarn no longer needs to be bundled
    with a project, but rather, installing Yarn ought to be done using
    [Corepack](https://yarnpkg.com/corepack), which is shipped in modern
    Node versions. This commit removes the Yarn binary from the repo and
    updates the installation instructions in the README to match.
    mcmire committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    663cdea View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. ci: run corepack enable before installing dependencies (#244)

    * ci: run `corepack enable` as part of prepare
    
    * chore(ci): do redundant setup-node step before checkout to enable yarn v4 before deps install
    
    - makes nodejs version `lts/*` explicit in ci workflow
    legobeat authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2cd37d1 View commit details
    Browse the repository at this point in the history