From fd8707f27f4efc8d2053fedc99bbf41890fb264a Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Tue, 5 Jan 2021 14:37:27 +0100 Subject: [PATCH] Bump to Node 14.15.4 --- History.md | 2 +- meteor | 2 +- scripts/build-dev-bundle-common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 8c327def12..5b221b7013 100644 --- a/History.md +++ b/History.md @@ -2,7 +2,7 @@ ### Breaking changes -* `node` has been updated to v14.15.3, this means among other things that Meteor is now build with [full-icu](https://nodejs.org/api/intl.html) support. +* `node` has been updated to v14.15.4, this means among other things that Meteor is now build with [full-icu](https://nodejs.org/api/intl.html) support. ### Migration steps diff --git a/meteor b/meteor index fda0ef07d7..4d7994b04d 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=14.15.3.0 +BUNDLE_VERSION=14.15.4.0 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific. diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 21e1ba90a3..3d72ecc771 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -5,7 +5,7 @@ set -u UNAME=$(uname) ARCH=$(uname -m) -NODE_VERSION=14.15.3 +NODE_VERSION=14.15.4 MONGO_VERSION_64BIT=4.2.8 MONGO_VERSION_32BIT=3.2.22 NPM_VERSION=6.14.8