Skip to content
Browse files

Change default node version to 4.1

  • Loading branch information...
1 parent 67a79d8 commit 0d1f6891413bfad33b27ed719cb64860d8a882df @SaintPeter SaintPeter committed
Showing with 2 additions and 1 deletion.
  1. +1 −0 .gitignore
  2. +1 −1 setup.sh
View
1 .gitignore
@@ -0,0 +1 @@
+.idea
View
2 setup.sh
@@ -3,7 +3,7 @@
echo "Setting up nvm..."
source ~/.nvm/nvm.sh
-V11_LEVEL=v0.11.14
+V11_LEVEL=v4.1
# Set that level as default
nvm use ${V11_LEVEL}

0 comments on commit 0d1f689

Please sign in to comment.
Something went wrong with that request. Please try again.