Skip to content
Snippets Groups Projects
Commit a24f5fdd authored by Cédric Moreau's avatar Cédric Moreau Committed by Cédric Moreau
Browse files

[enh] build version with Node 10.11.0

parent 273c6791
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ export NVM_DIR="$HOME/.nvm"
# Prepare
NODE_VERSION=9.4.0
NODE_VERSION=10.11.0
ARCH="`uname -m | sed -e \"s/86_//\"`"
NVER="v$NODE_VERSION"
DUNITER_TAG=$1
......
......@@ -122,12 +122,12 @@ build_deb_pack() {
# Prepare
# -----------
NODE_VERSION=9.4.0
NODE_VERSION=10.11.0
NVER="v${NODE_VERSION}"
DUNITER_TAG="v${1}"
DUNITER_DEB_VER=" ${1}"
ADDON_VERSION=59
NW_VERSION=0.28.0
ADDON_VERSION=64
NW_VERSION=0.33.1
NW_RELEASE="v${NW_VERSION}"
NW="nwjs-${NW_RELEASE}-linux-x64"
NW_GZ="${NW}.tar.gz"
......
set ADDON_VERSION=59
set NW_VERSION=0.28.1
set NODEJS_VERSION=9.5.0
set ADDON_VERSION=64
set NW_VERSION=0.33.1
set NODEJS_VERSION=10.11.0
set NW_RELEASE=v%NW_VERSION%
set NW=nwjs-%NW_RELEASE%-win-x64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment