Skip to content

Commit

Permalink
Updated to Node.js v12.22.10. Thanks to Node.js developers.
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Feb 3, 2022
1 parent 94c82d1 commit 290a6df
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive

ENV \
DEBUG=false \
NODE_VERSION=v12.22.9 \
NODE_VERSION=v12.22.10 \
METEOR_RELEASE=1.10.2 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \
Expand Down
2 changes: 1 addition & 1 deletion .future-snap/broken-snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ parts:
wekan:
source: .
plugin: nodejs
node-engine: 12.22.9
node-engine: 12.22.10
node-packages:
- node-gyp
- node-pre-gyp
Expand Down
2 changes: 1 addition & 1 deletion .future-snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ parts:
wekan:
source: .
plugin: nodejs
node-engine: 12.22.9
node-engine: 12.22.10
node-packages:
- node-gyp
- node-pre-gyp
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required

env:
TRAVIS_DOCKER_COMPOSE_VERSION: 1.24.0
TRAVIS_NODE_VERSION: 12.22.9
TRAVIS_NODE_VERSION: 12.22.10
TRAVIS_NPM_VERSION: latest

before_install:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.9 \
NODE_VERSION=v12.22.10 \
METEOR_RELEASE=1.10.2 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.9 \
NODE_VERSION=v12.22.10 \
WEKAN_VERSION=latest \
WEKAN_ARCHITECTURE=arm64 \
NODE_OPTIONS="--max_old_space_size=4096"
Expand Down Expand Up @@ -49,7 +49,7 @@ LABEL maintainer="wekan"
# Set the environment variables (defaults where required)
ENV QEMU_ARCHITECTURE=aarch64 \
NODE_ARCHITECTURE=linux-arm64 \
NODE_VERSION=v12.22.9 \
NODE_VERSION=v12.22.10 \
NODE_ENV=production \
NPM_VERSION=latest \
WITH_API=true \
Expand Down
4 changes: 2 additions & 2 deletions rebuild-wekan.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ REM Install chocolatey

choco install -y git curl python2 dotnet4.5.2 nano mongodb-4 mongoclient

curl -O https://nodejs.org/dist/v12.22.9/node-v12.22.9-x64.msi
call node-v12.22.9-x64.msi
curl -O https://nodejs.org/dist/v12.22.10/node-v12.22.10-x64.msi
call node-v12.22.10-x64.msi

call npm config -g set msvs_version 2015
call meteor npm config -g set msvs_version 2015
Expand Down
2 changes: 1 addition & 1 deletion rebuild-wekan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.22.9
#sudo n 12.22.10
#sudo npm -g install npm
## Latest npm with Meteor 2.2
npm -g install node-gyp
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ parts:
wekan:
source: .
plugin: nodejs
node-engine: 12.22.9
node-engine: 12.22.10
node-packages:
- node-gyp
- node-pre-gyp
Expand Down
2 changes: 1 addition & 1 deletion stacksmith/user-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

BUILD_DEPS="bsdtar gnupg wget curl bzip2 python git ca-certificates perl-Digest-SHA"
NODE_VERSION=v12.22.9
NODE_VERSION=v12.22.10
#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
Expand Down

0 comments on commit 290a6df

Please sign in to comment.