You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all our workflow scripts use Node.js version 21.1.0. During compilation, we receive the following warning: WARNING: You are currently using Node.js v21.1.0, which is not supported by Hardhat.
To ensure compatibility with Hardhat and avoid any potential issues, we should upgrade the Node.js version to the latest stable 22.x.x across all workflow files.
The text was updated successfully, but these errors were encountered:
Currently, all our workflow scripts use Node.js version 21.1.0. During compilation, we receive the following warning:
WARNING: You are currently using Node.js v21.1.0, which is not supported by Hardhat.
To ensure compatibility with Hardhat and avoid any potential issues, we should upgrade the Node.js version to the latest stable 22.x.x across all workflow files.
The text was updated successfully, but these errors were encountered: