Skip to content

Commit 5eb9c90

Browse files
author
Danny McCormick
authored
Add node/npm recommendation in contributing.md
1 parent d108cf3 commit 5eb9c90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Pre-requisites
44

5-
To build and test you need LTS Node >= 6.12.0 and Npm 5.5.1 (we use lock files). You can download from [nodejs.org](https://nodejs.org)
5+
To build and test you need LTS Node >= 6.12.0 and Npm 5.5.1 (we use lock files). You can download from [nodejs.org](https://nodejs.org).
6+
7+
For contributions, we recommend using Node 10.15.1 and Npm 6.9.0 in order to minimize friction between package-lock formatting.
68

79
## Build
810

0 commit comments

Comments
 (0)