From fad1b5f751f67104df50cfd4e4135cd943e24d0a Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Fri, 6 Sep 2019 20:49:25 -0400 Subject: [PATCH] Update Node.js to version 12.10.0. Release notes: https://nodejs.org/en/blog/release/v12.8.0/ https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.8.0 https://nodejs.org/en/blog/release/v12.9.0/ https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.9.0 https://nodejs.org/en/blog/release/v12.10.0/ https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.10.0 --- History.md | 2 +- scripts/build-dev-bundle-common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 6e35491ffa..30ce819cb2 100644 --- a/History.md +++ b/History.md @@ -14,7 +14,7 @@ N/A ### Changes * Node.js has been updated to version - [12.7.0](https://nodejs.org/en/blog/release/v12.7.0/), which includes + [12.10.0](https://nodejs.org/en/blog/release/v12.10.0/), which includes several major Node.js versions since 8.16.0 (used by Meteor 1.8.2): * [12.0.0](https://nodejs.org/en/blog/release/v12.0.0/) * [11.0.0](https://nodejs.org/en/blog/release/v10.0.0/) diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 9e21383c6c..670505cac9 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=12.7.0 +NODE_VERSION=12.10.0 MONGO_VERSION_64BIT=4.0.6 MONGO_VERSION_32BIT=3.2.22 NPM_VERSION=6.11.3