From 814d1f929e78eb419e8ccce975d671bcf8a2b28e Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 20 Apr 2017 17:01:25 +0200 Subject: [PATCH] changement version node 6.x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 391a612..e28d7da 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: build build: apt-get update apt-get install --yes --no-install-recommends curl ca-certificates - curl --silent --location https://deb.nodesource.com/setup_0.12 | bash - + curl --silent --location https://deb.nodesource.com/setup_6.x | bash - apt-get install --yes nodejs npm install --ignore-scripts ARCH=$(ELECTRON_ARCH) npm run build