Skip to content

Commit f854a85

Browse files
authored
Update contributing guide to reflect Node.js support (Azure#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
1 parent 5a7c129 commit f854a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ With GitHub's Codespaces, the container already has all prerequisites installed.
7272
If you prefer to setup your own environment instead, make sure you have these prerequisites installed and available on your `$PATH`:
7373

7474
- Git
75-
- Node 8.x or higher
75+
- Any of the [LTS versions of Node.js](https://nodejs.org/about/releases/)
7676
- Rush 5.x
7777
- Install / update Rush globally via `npm install -g @microsoft/rush`.
7878
- Rush will automatically manage the specific version needed by this repo as long as you have any v5 version installed.

0 commit comments

Comments
 (0)