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

Avoid GitHub rate limiting when using volta install yarn@1 #13

Merged
merged 1 commit into from
Mar 11, 2020

Conversation

rwjblue
Copy link
Collaborator

@rwjblue rwjblue commented Mar 11, 2020

When using a SemVer range for yarn volta will download from api.github.com (to get the list of releases to match the specified SemVer constraint against). Unfortunately, this cause rate limiting (since all GH Actions hosts are effectively sharing IP addresses) and the requests fail.

See volta-cli/volta#678 for reverting this.

When using a SemVer range for `yarn` volta will download from
`api.github.com` (to get the list of releases to match the specified
SemVer constraint against). Unfortunately, this cause rate limiting
(since all GH Actions hosts are _effectively_ sharing IP addresses) and
the requests fail.

See volta-cli/volta#678 for reverting this.
@rwjblue rwjblue merged commit bb7d356 into master Mar 11, 2020
@rwjblue rwjblue deleted the pin-yarn-version branch March 11, 2020 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant