mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
asdf plugin add nodejs
|
|
asdf install nodejs 16.14.2
|
|
asdf install nodejs 18.12.1
|
|
asdf global nodejs 18.14.2
|