Skip to content

Commit

Permalink
Update Node.js to version 8.12.0.
Browse files Browse the repository at this point in the history
https://nodejs.org/en/blog/release/v8.12.0/

Closes #10117 and #10090.

We will continue to monitor issue #10216.
  • Loading branch information
benjamn committed Oct 6, 2018
1 parent 3051150 commit f16e760
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
## v.NEXT

## v1.8.1, TBD

### Breaking changes
N/A

### Migration Steps
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
considered experimental until those problems have been fixed.
[Issue #10216](https://github.com/meteor/meteor/issues/10216)

## v1.8, 2018-10-08

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-dev-bundle-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -u

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

0 comments on commit f16e760

Please sign in to comment.