Node Version Manager makes it easy to switch which version of Node you are running: https://github.com/nvm-sh/nvm
Install a version of Node:
nvm install 20
Switch to an already installed version:
nvm use 20
Check which versions are installed:
nvm ls