From ad7cfa0467274129501621c7573585f41673872a Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Wed, 17 Mar 2021 08:48:06 -0700 Subject: [PATCH] Update NodeJS dependency in build instructions --- docs/BuildFromSource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md index 755200965ed6..d4adf2102d16 100644 --- a/docs/BuildFromSource.md +++ b/docs/BuildFromSource.md @@ -63,7 +63,7 @@ If you're reading this, you probably already have Git installed to support cloni #### [NodeJS](https://nodejs.org) on Windows -Building the repo requires version 10.14.2 or newer of Node. You can find installation executables for Node at . +Building the repo requires version 10.17.0 or newer of Node. You can find installation executables for Node at . #### [Yarn](https://yarnpkg.com/) on Windows