You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ To build and test you need LTS Node >= 6.12.0 and Npm 5.5.1 (we use lock files).
7
7
For contributions, we recommend using Node 10.15.1 and Npm 6.9.0 in order to minimize friction between package-lock formatting.
8
8
9
9
## Build
10
-
10
+
11
11
```
12
12
$ npm install
13
13
$ npm run build
14
14
```
15
15
16
16
## Test
17
17
18
-
You should test with node 4.x, 6.x and 8.x LTS. We recommend using nvm ([linux](https://github.com/creationix/nvm) / [windows](https://github.com/coreybutler/nvm-windows))
18
+
You should test with node 6.x, 8.x and 16.x LTS. We recommend using nvm ([linux](https://github.com/creationix/nvm) / [windows](https://github.com/coreybutler/nvm-windows))
0 commit comments