We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed downstream: This action appears to run extremely slowly and then fail.
This is causing us to waste a lot of our monthly Github Actions minutes.
I dove in a little here to try and understand what is going wrong and it appears that there are issues in 2 places:
actions/setup-node@v2
mapbox-gl-style-linter
v0.2.0
npm
I have had luck using yarn as a package manager and upgrading actions/setup-node, however, I'm still not clear on what the underlying issue is, so want to hold off on implementing this as the fix.
yarn
actions/setup-node
Downstream, we are disabling the action in favor of running linting locally for now as this requires further investigation.
The text was updated successfully, but these errors were encountered:
aparlato
No branches or pull requests
Noticed downstream: This action appears to run extremely slowly and then fail.
This is causing us to waste a lot of our monthly Github Actions minutes.
I dove in a little here to try and understand what is going wrong and it appears that there are issues in 2 places:
actions/setup-node@v2
is taking too long (upgrade to v4 might fix)mapbox-gl-style-linter
at the latest (v0.2.0
) isn't installing appropriately withnpm
I have had luck using
yarn
as a package manager and upgradingactions/setup-node
, however, I'm still not clear on what the underlying issue is, so want to hold off on implementing this as the fix.Downstream, we are disabling the action in favor of running linting locally for now as this requires further investigation.
The text was updated successfully, but these errors were encountered: