dkg-engine
dkg-engine copied to clipboard
Node.js Version Upgrade from v16 to v18
Pull Request Description: Node.js Version Upgrade from v16 to v18
Summary: This pull request updates the Node.js version used in the v8_installer.sh from v16.20.1 to v18.17.1. This change was made because the otnode can't start with the installed node v16.20.1. The node goes to the restart loop.
Changes:
Updated the install script to install Node.js v18 via NVM. Modified related configurations to align with the new version.
This change ensures compatibility with modern environments while improving stability and security.
The node started with the new version successfully.