I install https://github.com/nvm-sh/nvm NVM on my local machine and use it to install a specific version of Node
Common commands:
nvm ls-remote # shows all available versions for install
nvm install 16.4.0 # installs specific version
nvm ls # lists locally installed Node versions
nvm use 14.2.1 # switch to locally installed Node version