Install

yay -Sy nvm

Install the latest version of Node

nvm install node

Install a specific version of Node

nvm install 18.9.0

Switch to a specific version of Node

nvm use 18.9.0