change node version

JavaScript
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bashUsage:
nvm install <version>       Download and install a <version>
nvm use <version>           Modify PATH to use <version>
nvm ls                      List versions (installed versions are blue)
Source

Also in JavaScript: