From f854a850e08eca14391a5156ed58710b8151878f Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Mon, 28 Jun 2021 17:02:10 -0700 Subject: [PATCH] Update contributing guide to reflect Node.js support (#16057) The watchful eyes of @vishnureddy17 found that we still have reference to Node.js 8 in our Contributing Guide!! This PR fixes that. Related to #7022 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29b58094dffe..a1fc0c5e55cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ With GitHub's Codespaces, the container already has all prerequisites installed. If you prefer to setup your own environment instead, make sure you have these prerequisites installed and available on your `$PATH`: - Git -- Node 8.x or higher +- Any of the [LTS versions of Node.js](https://nodejs.org/about/releases/) - Rush 5.x - Install / update Rush globally via `npm install -g @microsoft/rush`. - Rush will automatically manage the specific version needed by this repo as long as you have any v5 version installed.