summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-07-23 17:32:08 +0300
committerLauri Ojansivu <x@xet7.org>2020-07-23 17:32:08 +0300
commit6f503ca818abff17a20b6612aeea1f9e2c4a8234 (patch)
tree1bf621b2a9eae3fc00782daf48aca0970eb15c7a
parent1b927a9d3a88e9617374945d53d40b85db32197b (diff)
downloadwekan-6f503ca818abff17a20b6612aeea1f9e2c4a8234.tar.gz
wekan-6f503ca818abff17a20b6612aeea1f9e2c4a8234.tar.bz2
wekan-6f503ca818abff17a20b6612aeea1f9e2c4a8234.zip
Upgrade to Node 12.18.3
Thanks to Node developers !
-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-xreleases/release-sandstorm.sh2
-rw-r--r--snapcraft.yaml2
8 files changed, 9 insertions, 9 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 7d7908b6..3fd0f6ea 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV \
DEBUG=false \
- NODE_VERSION=12.18.2 \
+ NODE_VERSION=12.18.3 \
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 b2290ba6..cfe80465 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.2
+ node-engine: 12.18.3
node-packages:
- node-gyp
- node-pre-gyp
diff --git a/.future-snap/snapcraft.yaml b/.future-snap/snapcraft.yaml
index e2582058..fa27d346 100644
--- a/.future-snap/snapcraft.yaml
+++ b/.future-snap/snapcraft.yaml
@@ -83,7 +83,7 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 12.18.2
+ node-engine: 12.18.3
node-packages:
- node-gyp
- node-pre-gyp
diff --git a/.travis.yml b/.travis.yml
index 17e0634b..b263eb2f 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.2
+ TRAVIS_NODE_VERSION: 12.18.3
TRAVIS_NPM_VERSION: latest
before_install:
diff --git a/Dockerfile b/Dockerfile
index 03b85dd0..ea3e1cfd 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.2 \
+ NODE_VERSION=v12.18.3 \
METEOR_RELEASE=1.10.2 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \
diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8
index b25f2bb4..943369cd 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.2 \
+ NODE_VERSION=v12.18.3 \
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.2 \
+ NODE_VERSION=v12.18.3 \
NODE_ENV=production \
NPM_VERSION=latest \
WITH_API=true \
diff --git a/releases/release-sandstorm.sh b/releases/release-sandstorm.sh
index 65a0e640..058b0a02 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.2
+sudo n 12.18.3
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 6a563e9f..6b828b97 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -81,7 +81,7 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 12.18.2
+ node-engine: 12.18.3
node-packages:
- node-gyp
- node-pre-gyp