summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-06-17 21:49:49 +0300
committerLauri Ojansivu <x@xet7.org>2020-06-17 21:49:49 +0300
commitb11ae567c9b2d16a115ea4f3f7f88e67d076f326 (patch)
treee52fb71591f4c97bbfa4360a9423e636e9e0c7e1
parente41256f9355aeb2414c5cb06e3112c9c6d5210fd (diff)
downloadwekan-b11ae567c9b2d16a115ea4f3f7f88e67d076f326.tar.gz
wekan-b11ae567c9b2d16a115ea4f3f7f88e67d076f326.tar.bz2
wekan-b11ae567c9b2d16a115ea4f3f7f88e67d076f326.zip
Upgrade to Node 12.18.1
Thanks to Node developers and xet7 !
-rw-r--r--.devcontainer/Dockerfile2
-rw-r--r--.future-snap/broken-snapcraft.yaml2
-rw-r--r--.future-snap/snapcraft.yaml2
-rw-r--r--.travis.yml2
-rw-r--r--Dockerfile2
-rw-r--r--Dockerfile.arm64v84
-rwxr-xr-xrebuild-wekan.sh4
-rwxr-xr-xreleases/release-sandstorm.sh2
-rw-r--r--snapcraft.yaml2
-rwxr-xr-xstacksmith/user-scripts/build.sh2
10 files changed, 12 insertions, 12 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 2270e43d..0488c226 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV \
DEBUG=false \
- NODE_VERSION=12.18.0 \
+ NODE_VERSION=12.18.1 \
METEOR_RELEASE=1.10.2 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \
diff --git a/.future-snap/broken-snapcraft.yaml b/.future-snap/broken-snapcraft.yaml
index eab2bbaf..1841dacd 100644
--- a/.future-snap/broken-snapcraft.yaml
+++ b/.future-snap/broken-snapcraft.yaml
@@ -81,7 +81,7 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 12.18.0
+ node-engine: 12.18.1
node-packages:
- node-gyp
- node-pre-gyp
diff --git a/.future-snap/snapcraft.yaml b/.future-snap/snapcraft.yaml
index 43430791..99fabb65 100644
--- a/.future-snap/snapcraft.yaml
+++ b/.future-snap/snapcraft.yaml
@@ -83,7 +83,7 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 12.18.0
+ node-engine: 12.18.1
node-packages:
- node-gyp
- node-pre-gyp
diff --git a/.travis.yml b/.travis.yml
index f55c7bab..fb72b9c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: required
env:
TRAVIS_DOCKER_COMPOSE_VERSION: 1.24.0
- TRAVIS_NODE_VERSION: 12.18.0
+ TRAVIS_NODE_VERSION: 12.18.1
TRAVIS_NPM_VERSION: latest
before_install:
diff --git a/Dockerfile b/Dockerfile
index e0053701..641219c5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
DEBUG=false \
- NODE_VERSION=v12.18.0 \
+ NODE_VERSION=v12.18.1 \
METEOR_RELEASE=1.10.2 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \
diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8
index ae6dd5f6..35da388e 100644
--- a/Dockerfile.arm64v8
+++ b/Dockerfile.arm64v8
@@ -4,7 +4,7 @@ FROM amd64/alpine:3.7 AS builder
ENV QEMU_VERSION=v4.2.0-6 \
QEMU_ARCHITECTURE=aarch64 \
NODE_ARCHITECTURE=linux-arm64 \
- NODE_VERSION=v12.18.0 \
+ NODE_VERSION=v12.18.1 \
WEKAN_VERSION=3.96 \
WEKAN_ARCHITECTURE=arm64
@@ -40,7 +40,7 @@ LABEL maintainer="wekan"
# Set the environment variables (defaults where required)
ENV QEMU_ARCHITECTURE=aarch64 \
NODE_ARCHITECTURE=linux-arm64 \
- NODE_VERSION=v12.18.0 \
+ NODE_VERSION=v12.18.1 \
NODE_ENV=production \
NPM_VERSION=latest \
WITH_API=true \
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index 818d9923..dab80b53 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -5,7 +5,7 @@ echo " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correct
echo " You can still use any other locale as your main locale."
#Below script installs newest node 8.x for Debian/Ubuntu/Mint.
-#NODE_VERSION=12.18.0
+#NODE_VERSION=12.18.1
#X64NODE="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz"
function pause(){
@@ -79,7 +79,7 @@ do
curl -0 -L https://npmjs.org/install.sh | sudo sh
sudo chown -R $(id -u):$(id -g) $HOME/.npm
sudo npm -g install n
- sudo n 12.18.0
+ sudo n 12.18.1
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then
diff --git a/releases/release-sandstorm.sh b/releases/release-sandstorm.sh
index 069df417..2e0f5c75 100755
--- a/releases/release-sandstorm.sh
+++ b/releases/release-sandstorm.sh
@@ -18,7 +18,7 @@ cd $REPODIR
rm -rf $WEKANDIR
git clone git@github.com:wekan/wekan.git
cd $WEKANDIR
-sudo n 12.18.0
+sudo n 12.18.1
sudo mkdir -p /usr/local/lib/node_modules/fibers/.node-gyp
# Build Wekan
./releases/rebuild-release.sh
diff --git a/snapcraft.yaml b/snapcraft.yaml
index b1bfb161..f1b0533a 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -81,7 +81,7 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 12.18.0
+ node-engine: 12.18.1
node-packages:
- node-gyp
- node-pre-gyp
diff --git a/stacksmith/user-scripts/build.sh b/stacksmith/user-scripts/build.sh
index 7b27a453..e0174110 100755
--- a/stacksmith/user-scripts/build.sh
+++ b/stacksmith/user-scripts/build.sh
@@ -2,7 +2,7 @@
set -euxo pipefail
BUILD_DEPS="bsdtar gnupg wget curl bzip2 python git ca-certificates perl-Digest-SHA"
-NODE_VERSION=v12.17.0
+NODE_VERSION=v12.18.1
#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
METEOR_EDGE=1.5-beta.17