changement version node 6.x
This commit is contained in:
parent
2d5b813376
commit
814d1f929e
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user