brew install asdf
https://asdf-vm.com/guide/getting-started.html の 「3. Install asdf」 からシェルごとの設定をコピペして実行
Bash & Homebrew (macOS) の場合は
echo -e "\n. \"$(brew --prefix asdf)/libexec/asdf.sh\"" >> ~/.bash_profile
echo -e "\n. \"$(brew --prefix asdf)/etc/bash_completion.d/asdf.bash\"" >> ~/.bash_profile
インストールされているコマンドのリスト
asdf list
node.jsをインストールする
asdf plugin-add nodejs
asdf list all nodejs
asdf install nodejs 18.19.0
asdf global nodejs 18.19.0