diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 4a6d5ede3..ccf161886 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive ENV \ DEBUG=false \ - NODE_VERSION=v12.20.2 \ + NODE_VERSION=v12.21.0 \ 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 23fa2a01e..ffa08b62d 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.20.2 + node-engine: 12.21.0 node-packages: - node-gyp - node-pre-gyp diff --git a/.future-snap/old-rebuild-wekan.sh b/.future-snap/old-rebuild-wekan.sh index 64aae4414..62dbf409c 100755 --- a/.future-snap/old-rebuild-wekan.sh +++ b/.future-snap/old-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.2 +#NODE_VERSION=12.21.0 #X64NODE="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz" function pause(){ @@ -80,7 +80,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.2 + sudo n 12.21.0 #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/.future-snap/snapcraft.yaml b/.future-snap/snapcraft.yaml index 6ada94ee8..db5ec156a 100644 --- a/.future-snap/snapcraft.yaml +++ b/.future-snap/snapcraft.yaml @@ -83,7 +83,7 @@ parts: wekan: source: . plugin: nodejs - node-engine: 12.20.2 + node-engine: 12.21.0 node-packages: - node-gyp - node-pre-gyp diff --git a/.travis.yml b/.travis.yml index 3e27aacf3..5ee0dffd1 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.20.2 + TRAVIS_NODE_VERSION: 12.21.0 TRAVIS_NPM_VERSION: latest before_install: diff --git a/Dockerfile b/Dockerfile index e2c79c40c..1b936dbb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,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.20.2 \ + NODE_VERSION=v12.21.0 \ METEOR_RELEASE=1.10.2 \ USE_EDGE=false \ METEOR_EDGE=1.5-beta.17 \ diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 31fbbda88..2947962f2 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.20.2 \ + NODE_VERSION=v12.21.0 \ 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.20.2 \ + NODE_VERSION=v12.21.0 \ NODE_ENV=production \ NPM_VERSION=latest \ WITH_API=true \ diff --git a/rebuild-wekan.bat b/rebuild-wekan.bat index ff2604594..aec89f463 100644 --- a/rebuild-wekan.bat +++ b/rebuild-wekan.bat @@ -18,8 +18,8 @@ REM Install chocolatey choco install -y git curl python2 dotnet4.5.2 nano mongodb-3 mongoclient meteor -curl -O https://nodejs.org/dist/v12.20.2/node-v12.20.2-x64.msi -call node-v12.20.2-x64.msi +curl -O https://nodejs.org/dist/v12.21.0/node-v12.21.0-x64.msi +call node-v12.21.0-x64.msi call npm config -g set msvs_version 2015 call meteor npm config -g set msvs_version 2015 diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index 732471e8d..b9b83fd5b 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -28,7 +28,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.20.2 + sudo n 12.21.0 #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 f8627a012..5204a36c3 100755 --- a/releases/release-sandstorm.sh +++ b/releases/release-sandstorm.sh @@ -22,7 +22,7 @@ sudo sandstorm update #rm -rf $WEKANDIR #git clone git@github.com:wekan/wekan.git #cd $WEKANDIR -#sudo n 12.20.2 +#sudo n 12.21.0 #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 9b3f13c2b..0ed29c33e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -81,7 +81,7 @@ parts: wekan: source: . plugin: nodejs - node-engine: 12.20.2 + node-engine: 12.21.0 node-packages: - node-gyp - node-pre-gyp diff --git a/stacksmith/user-scripts/build.sh b/stacksmith/user-scripts/build.sh index a456a0b47..e00677fe1 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.20.2 +NODE_VERSION=v12.21.0 #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