-
Notifications
You must be signed in to change notification settings - Fork 1k
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
CI: Update Node.js version to v16.20.0 #3321
Conversation
By using the bundled Node from emsdk, which is no longer outdated. See: emscripten-core/emsdk@d7327b4
r? @JohnTitor (rustbot has picked a reviewer for you, use r? to override) |
Needs to fix a style failure. |
It looks like the style check CI is having some issues:
The 429 (Too Many Requests) error is an HTTP status code that often occurs when you've hit a request limitation of an API, perhaps too many CI jobs were running? |
maybe you can rebase and trigger the check again |
No need to do that, we can just: @bors r+ |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
By using the bundled Node from emsdk, which is no longer outdated.
See: emscripten-core/emsdk@d7327b4