Skip to content

Commit

Permalink
Update Node to version 8.13.0.
Browse files Browse the repository at this point in the history
Release blog post: https://nodejs.org/en/blog/release/v8.13.0/

This release includes my PR to improve multi-threaded debugging, which
should finally fix #9275: nodejs/node#22714
  • Loading branch information
benjamn committed Nov 20, 2018
1 parent 887f2c6 commit 4a38f4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions History.md
Expand Up @@ -10,11 +10,12 @@ N/A

### Changes

* Node has been updated to version
[8.12.0](https://nodejs.org/en/blog/release/v8.12.0/). While this
version of Node includes changes that may improve the performance of
Meteor apps, there have been reports of CPU usage spikes in production
due to excessive garbage collection, so this version of Meteor should be
* Node has been updated from version 8.11.4 to version
[8.13.0](https://nodejs.org/en/blog/release/v8.13.0/), which includes
version [8.12.0](https://nodejs.org/en/blog/release/v8.12.0/). While
Node 8.12.0 included changes that may improve the performance of Meteor
apps, there have been reports of CPU usage spikes in production due to
excessive garbage collection, so this version of Meteor should be
considered experimental until those problems have been fixed.
[Issue #10216](https://github.com/meteor/meteor/issues/10216)

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-dev-bundle-common.sh
Expand Up @@ -5,7 +5,7 @@ set -u

UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=8.12.0
NODE_VERSION=8.13.0
MONGO_VERSION_64BIT=4.0.2
MONGO_VERSION_32BIT=3.2.19
NPM_VERSION=6.4.1
Expand Down

0 comments on commit 4a38f4f

Please sign in to comment.