how to change the node version in ubuntu code example
Example 1: update node ubuntu
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Example 2: Please update your node with version 8.11.3 or greater (but not version 10)
nvm install v14.15.0
Example 3: change version node centos
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash