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

new yarn versions are missing #1136

Closed
lizthegrey opened this issue Sep 14, 2023 · 2 comments
Closed

new yarn versions are missing #1136

lizthegrey opened this issue Sep 14, 2023 · 2 comments
Assignees
Labels

Comments

@lizthegrey
Copy link

lizthegrey commented Sep 14, 2023

Describe the bug
v220 was just released today, and should have Yarn 4.0.0-rc.50 (released 3 weeks ago) but instead only has through Yarn 4.0.0-rc.48

To Reproduce

  "engines": {
    "node": "20.6.1",
    "yarn": "4.0.0-rc.50"
  },
       !     No matching version found for Yarn: 4.0.0-rc.50
       
       Heroku supports most versions of Yarn published on npm, however you have
       specified a version in package.json (4.0.0-rc.50) that does not correspond
       to any published version of Yarn. You can see a list of all published
       versions of Yarn with the following command:
@colincasey
Copy link
Contributor

The Yarn versions used by this buildpack are sourced from our Cloud Native Node.js Buildpacks. Once heroku/buildpacks-nodejs#647 is fixed, the new Yarn versions will arrive.

@colincasey
Copy link
Contributor

Fixed in release v221 (#1139).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants