Update required Node version

This commit is contained in:
Guangcong Luo 2021-06-06 07:38:17 -07:00 committed by GitHub
parent 1441c9a171
commit 2ce8d639b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ Testing
------------------------------------------------------------------------
Client testing now requires a build step! Install the latest Node.js (we
require v10 or later) and Git, and run `node build` (on Windows) or `./build`
require v14 or later) and Git, and run `node build` (on Windows) or `./build`
(on other OSes) to build.
You can make and test client changes simply by building after each change,