diff --git a/appcenter-post-clone.sh b/appcenter-post-clone.sh index 835236c5a..9b152e7e0 100644 --- a/appcenter-post-clone.sh +++ b/appcenter-post-clone.sh @@ -3,8 +3,9 @@ printf "post-clone.sh\n" brew uninstall node@6 -brew unlink node curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash +nvm use --delete-prefix v6.14.4 --silent + nvm install 8.12.0 \ No newline at end of file