Skip to content
Snippets Groups Projects
Commit 2b6176a7 authored by Moul's avatar Moul
Browse files

[sec] #1034: update Node.js to version 6.11.1.

parent 81087eca
No related branches found
No related tags found
1 merge request!1035Update Node.js to version 6.11.1.
......@@ -61,7 +61,7 @@ install_from_git() {
fi
# Download Nodejs
local NVER="6.9.4";
local NVER="6.11.1";
local ARCH="x86"
local X64=`uname -a | grep "x86_64"`
local ARM=`uname -a | grep "arm"`
......
......@@ -2,8 +2,8 @@
"name": "duniter",
"version": "1.3.13",
"engines": {
"node": ">=4.2.0",
"npm": ">=2.11"
"node": ">=6.11.1",
"npm": ">=3.10"
},
"engineStrict": true,
"private": false,
......
......@@ -6,7 +6,7 @@ export NVM_DIR="$HOME/.nvm"
# Prepare
ARCH="`uname -m | sed -e \"s/86_//\"`"
NVER="v6.10.2"
NVER="v6.11.1"
# Folders
INITIAL_DIRECTORY=`pwd`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment