Skip to content

Commit

Permalink
deps: Upgrade to Node v12, in setup docs and in CI.
Browse files Browse the repository at this point in the history
We've been using this for local development for a little while,
and all seems well.

The major visible benefit to this upgrade is that startup times are
much improved:
  #3780 (comment)
which means everything we do from a script becomes much faster.

Fixes: #3780
  • Loading branch information
gnprice committed Sep 18, 2020
1 parent d273b9e commit f83ccc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ notifications:
on_failure: always

install:
- nvm install 10
- nvm install 12
- node --version
- npm i yarn -g
- yarn
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/build-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ details to worry about.
Before starting, install these dependencies if you don't have them:
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/en/download/package-manager/): use the
**latest 10.x** version, not 12.x or later
**latest 12.x** version, not 14.x or later
* [Yarn](https://yarnpkg.com/en/docs/install), latest stable version

Then, run the commands below in your terminal:
Expand Down

0 comments on commit f83ccc6

Please sign in to comment.