-
Notifications
You must be signed in to change notification settings - Fork 84
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
Fix tests on Node.js 20 #169
Comments
I have the same problem. Seems like it works with 20.4.0 but fail on 20.5.0 |
Maybe it's related to this change in 20.5.0 |
another relevant reference is here - kubernetes-client/javascript#1202 |
@GiladShoham yeah you are probably right. Unsure how to make tests pass again on Node.js 20. If you have any suggestions feel free to make a PR and CC me. EDIT: I just looked at your linked PRs. It seems it's just a matter of calling |
I pushed a branch with debug enabled on CI and the issue seems to be with
Unsure how to proceed... We are also hitting this in other repos like node-stylus-lookup:
EDIT: looks like it's a mock-fs issue? tschaub/mock-fs#377 |
Something changed in Node.js 20 and tests fail on main since a few months now.
If someone figures out why, please make a PR and CC me.
The text was updated successfully, but these errors were encountered: