-
Notifications
You must be signed in to change notification settings - Fork 75
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
Upgrade to Node JS v20 #3156
Comments
Node version 22 contains some changes of interest. Most notable are: Node.js 22 includes a new experimental feature for the execution of scripts from the package.json with the cli flag node --run . It also supports node --run test which executes the test command inside package.json scripts. Contributed by Yagiz Nizipli #52190
Contributed by the Undici team and Aras Abbasi in #51594 This release adds to the node:fsmodule the functions glob and globSync for pattern matching. Developers can now utilize these functions for matching file paths based on specified patterns. Contributed by Moshe Atlow #51912 Node Release v22.5.1 contains a fix to a regression introduced in 22.5.0 A separate issue should be opened to upgrade to this version in the relay. |
Verified by @ebadiere with note to consider upgrade to v22.5.0 in future |
Problem
The relay currently uses node version 18 which has an end of life at the end of April 2025
Solution
Upgrade to the latest LTS version which is currently v20
Alternatives
Make a consideration for
v22.5.1
as it was recently identified as a pinned version of nodejs for the ethers library. Something to checkThe text was updated successfully, but these errors were encountered: