-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
yarn test:unit
fails with node v18.17.0
#6487
Comments
package.json should be updated. https://github.com/ChainSafe/lodestar/blob/unstable/package.json#L5 |
yarn test:unit
fails with node v18.17.0
Thanks for reporting @HiroyukiNaito It turns out that we introduced the
I was able to confirm that this is not supported in node v18.17.0 but it seems to work fine with v18.19.1 (latest node 18 version). |
|
@nflaig Thanks. I close the issue. |
Describe the bug
Environment
Reproduction
Fail with Error messages after the following commands
Error Message
Expected behavior
Tests should end with succeed and no error happens
Steps to reproduce
Environment
Reproduction
Fail with Error messages after the following commands
Additional context
After updating Node to v20.11.1. The unit tests successfully ended.
Operating system
Linux
Lodestar version or commit hash
f62bc13
The text was updated successfully, but these errors were encountered: