-
Notifications
You must be signed in to change notification settings - Fork 113
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 fails on Node.js 21 #752
Comments
@nodejs/test_runner Is there a way to execute the test runner with arguments that work in all supported Node.js versions? |
@MoLow Do you know of a solution? |
not a good one. |
This is unfortunate. Isn't it a big issue for adoption of the test runner by projects that want to support all release lines? |
It probably is, we should have probably thought about that - although this change was a semver major change, and was necessary since it made it possibe to run typescript tests or tests other then the default pattern |
I guess we could backport it behind a |
Major changes for a test runner built into the platform will always cause this problem; the only solution is to never have them, or, not have a test runner that’s built in. |
See https://github.com/nodejs/node-core-utils/actions/runs/6847526575/job/18615958948?pr=751
The text was updated successfully, but these errors were encountered: