Upgrade minimum development Node version to v10 (#2177)

Node v8 will reach its end-of-life by December 2019.

Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
ylemkimon
2020-01-07 03:58:04 +09:00
committed by Erik Demaine
parent e85fdd7212
commit 3205e91731
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ yarn global add katex
```
### Building from Source
To build you will need Git, Node.js 8 or later, and Yarn.
To build you will need Git, Node.js 10 or later, and Yarn.
Clone a copy of the GitHub source repository:
```bash