mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(asdf): change default install of Node to a better supported version
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
asdf plugin add nodejs
|
||||
asdf install nodejs latest
|
||||
asdf global nodejs latest
|
||||
asdf install nodejs 16.14.2
|
||||
asdf install nodejs 18.12.1
|
||||
asdf global nodejs 16.14.2
|
||||
|
||||
Reference in New Issue
Block a user