aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tasks.d/50_sdk
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 12:02:01 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 12:02:01 +0200
commit3c922f3ffa05743c21f9b9935bd52248e36284a6 (patch)
tree9fa473462c426d91bd9281e94526b958da304f37 /INSTALL/tasks.d/50_sdk
parent12084ff220d7f473378e037d695b974261e91888 (diff)
Bump nodejs to 8.x
Change-Id: I4ca1411f12f98649bf82e8402cfd417ae833b484 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'INSTALL/tasks.d/50_sdk')
-rw-r--r--INSTALL/tasks.d/50_sdk2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/tasks.d/50_sdk b/INSTALL/tasks.d/50_sdk
index d9fc475..bda15f5 100644
--- a/INSTALL/tasks.d/50_sdk
+++ b/INSTALL/tasks.d/50_sdk
@@ -8,7 +8,7 @@ done
# install node.js and tools (npm, gulp, bower) if needed
if [[ -z $(which node) ]]; then
- curl -v --connect-timeout 60 --retry 3 -sL https://deb.nodesource.com/setup_6.x | bash -
+ curl -v --connect-timeout 60 --retry 3 -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs
# issue SPEC-979
# this install fails with timeout for unknown reason - let's comment it