Browse Source

Update Node.js to v8.16.2.

Thanks to xet7 !
Lauri Ojansivu 5 years ago
parent
commit
1eb3d25b40

+ 1 - 1
.devcontainer/Dockerfile

@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
 
 
 ENV \
 ENV \
     DEBUG=false \
     DEBUG=false \
-    NODE_VERSION=8.16.1 \
+    NODE_VERSION=8.16.2 \
     METEOR_RELEASE=1.8.1 \
     METEOR_RELEASE=1.8.1 \
     USE_EDGE=false \
     USE_EDGE=false \
     METEOR_EDGE=1.5-beta.17 \
     METEOR_EDGE=1.5-beta.17 \

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ sudo: required
 
 
 env:
 env:
   TRAVIS_DOCKER_COMPOSE_VERSION: 1.24.0
   TRAVIS_DOCKER_COMPOSE_VERSION: 1.24.0
-  TRAVIS_NODE_VERSION: 8.16.1
+  TRAVIS_NODE_VERSION: 8.16.2
   TRAVIS_NPM_VERSION: 6.4.1
   TRAVIS_NPM_VERSION: 6.4.1
 
 
 before_install:
 before_install:

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ LABEL maintainer="wekan"
 # ENV BUILD_DEPS="paxctl"
 # ENV BUILD_DEPS="paxctl"
 ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates" \
 ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates" \
     DEBUG=false \
     DEBUG=false \
-    NODE_VERSION=v8.16.1 \
+    NODE_VERSION=v8.16.2 \
     METEOR_RELEASE=1.8.1 \
     METEOR_RELEASE=1.8.1 \
     USE_EDGE=false \
     USE_EDGE=false \
     METEOR_EDGE=1.5-beta.17 \
     METEOR_EDGE=1.5-beta.17 \

+ 2 - 2
rebuild-wekan.bat

@@ -13,8 +13,8 @@ REM Install chocolatey
 
 
 choco install -y git curl python2 dotnet4.5.2 nano mongodb-3 mongoclient meteor
 choco install -y git curl python2 dotnet4.5.2 nano mongodb-3 mongoclient meteor
 
 
-curl -O https://nodejs.org/dist/v8.16.1/node-v8.16.1-x64.msi
-call node-v8.16.1-x64.msi
+curl -O https://nodejs.org/dist/v8.16.2/node-v8.16.2-x64.msi
+call node-v8.16.2-x64.msi
 
 
 call npm config -g set msvs_version 2015
 call npm config -g set msvs_version 2015
 call meteor npm config -g set msvs_version 2015
 call meteor npm config -g set msvs_version 2015

+ 1 - 1
rebuild-wekan.sh

@@ -79,7 +79,7 @@ do
 			curl -0 -L https://npmjs.org/install.sh | sudo sh
 			curl -0 -L https://npmjs.org/install.sh | sudo sh
 			sudo chown -R $(id -u):$(id -g) $HOME/.npm
 			sudo chown -R $(id -u):$(id -g) $HOME/.npm
 			sudo npm -g install n
 			sudo npm -g install n
-			sudo n 8.16.1
+			sudo n 8.16.2
 			#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
 			#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
 			#sudo apt-get install -y nodejs
 			#sudo apt-get install -y nodejs
 		elif [[ "$OSTYPE" == "darwin"* ]]; then
 		elif [[ "$OSTYPE" == "darwin"* ]]; then

+ 1 - 1
releases/rebuild-wekan.sh

@@ -25,7 +25,7 @@ do
 				sudo apt install -y build-essential git curl wget
 				sudo apt install -y build-essential git curl wget
 #				sudo apt -y install nodejs npm
 #				sudo apt -y install nodejs npm
 #				sudo npm -g install n
 #				sudo npm -g install n
-#				sudo n 8.11.3
+#				sudo n 8.16.2
 			fi
 			fi
 
 
 #			if [ "$(grep -Ei 'debian' /etc/*release)" ]; then
 #			if [ "$(grep -Ei 'debian' /etc/*release)" ]; then

+ 1 - 1
snapcraft.yaml

@@ -81,7 +81,7 @@ parts:
     wekan:
     wekan:
         source: .
         source: .
         plugin: nodejs
         plugin: nodejs
-        node-engine: 8.16.1
+        node-engine: 8.16.2
         node-packages:
         node-packages:
             - node-gyp
             - node-gyp
             - node-pre-gyp
             - node-pre-gyp

+ 1 - 1
stacksmith/user-scripts/build.sh

@@ -2,7 +2,7 @@
 set -euxo pipefail
 set -euxo pipefail
 
 
 BUILD_DEPS="bsdtar gnupg wget curl bzip2 python git ca-certificates perl-Digest-SHA"
 BUILD_DEPS="bsdtar gnupg wget curl bzip2 python git ca-certificates perl-Digest-SHA"
-NODE_VERSION=v8.16.0
+NODE_VERSION=v8.16.2
 #METEOR_RELEASE=1.6.0.1 - for Stacksmith, meteor-1.8 branch that could have METEOR@1.8.1-beta.8 or newer
 #METEOR_RELEASE=1.6.0.1 - for Stacksmith, meteor-1.8 branch that could have METEOR@1.8.1-beta.8 or newer
 USE_EDGE=false
 USE_EDGE=false
 METEOR_EDGE=1.5-beta.17
 METEOR_EDGE=1.5-beta.17