-
Notifications
You must be signed in to change notification settings - Fork 61
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
Dependabot runs fail due to strict node and npm pinning #507
Comments
Either relax the strictness here: Line 1 in dc2c459
Or update the node and npm versions here to at least the versions mentioned in the error message: |
Related dependabot/dependabot-core#9213 |
another alternative if we don't care about pinning the minor version is:
we might have to get rid of |
After looking at this, I think dropping I'm normally a fan of pinning, but given that if we do break something it's not hard to temp pin to an older version, then I'm okay if we relax this for now... and if it becomes a problem in the future, then we can tighten the screws again. |
Fixed by: And is now working again in #453! |
From https://github.com/dependabot/fetch-metadata/network/updates/803622934:
My guess is something in #443 is a little too strict or pinned to the wrong version...
The text was updated successfully, but these errors were encountered: