set temp (for current shell) node
nvm use 14
set deafult version
# first install
nvm install 18.10.0
# then set
nvm alias default 18.10.0
# check and verify
nvm list
nvm use 14
# first install
nvm install 18.10.0
# then set
nvm alias default 18.10.0
# check and verify
nvm list