From 7690be12c071fc26953ec0f3616fa6d74dbbb833 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 11 Nov 2015 13:48:48 +0100 Subject: [PATCH] Move to node 4.x LTS --- prepareDeployTarget.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepareDeployTarget.sh b/prepareDeployTarget.sh index d61a1b5..09b722b 100644 --- a/prepareDeployTarget.sh +++ b/prepareDeployTarget.sh @@ -40,9 +40,9 @@ ls -la $HOME/ git config --global user.name e2etest git config --global user.email e2etest@cloudron.io -# install node v0.12 https://github.com/nodesource/distributions +# install node v4.x LTS https://github.com/nodesource/distributions sudo apt-get install -y python-software-properties python g++ make -curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash - +curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - sudo apt-get install -y nodejs # copy over ssh keys