Browse Source

install node@14 in setup.sh

Mokhtar Naamani 3 years ago
parent
commit
4985aa676b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.sh

+ 1 - 1
setup.sh

@@ -38,7 +38,7 @@ curl https://get.volta.sh | bash
 # source env variables added by Volta
 source ~/.bash_profile || source ~/.profile || source ~/.bashrc || :
 
-volta install node@12
+volta install node@14
 volta install yarn
 volta install npx