nvm
nvm (Node Version Manager) is a common version manager for Node.
Installation
Installation requires use of a build script. The command given below will probably be outdated.
shell
# Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
# Install and use the required version
nvm install
nvm use