Skip to content

Commit

Permalink
use Node8 with package lock, close #56
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Sep 11, 2017
1 parent f532474 commit 156a639
Show file tree
Hide file tree
Showing 5 changed files with 10,916 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.5.0
8.4.0
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package-lock=true
save-exact=true
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ cd cypress-documentation

**Install dependencies:**

**note:** at least Node 6 is required, but Node 8 with NPM v5 is preferred to take advantage of
the package lock file.

```bash
npm install
```
Expand Down
Loading

0 comments on commit 156a639

Please sign in to comment.