-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Enable Node 24 in v-next's CI #6681
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
Conversation
|
hardhatTotal size of the bundle: List of dependencies (sorted by size) |
|
The On top of that, we analyzed the failures a bit with @galargh, and realized that tests now are printed as failures when their subtests fail, even if the test itself passes. That behavior should be re-evaluated, as the subtest failure was already reported, so it looks weird and unnecessary. Maybe we shouldn't show the failures of tests (as opossed to suites) when it's just because of subtests. |
@iosh this looks like the kind of issue that you may be interested in |
Mostly copied from #6496, except that that PR is based off a commit before the eslint upgrade, and has some merge conflicts.
This also doesn't disable the support for Node 22, it just adds Node 24.