Skip to content

Commit

Permalink
docs(node): change to at least node 8.9.4 (#138)
Browse files Browse the repository at this point in the history
For the rerun only affected tests on saving a test or src file the node
runner needs at least node version `8.9.4` else we will not be able to
find the corresponding module in the `require` cache
  • Loading branch information
stoffeastrom committed Jan 20, 2018
1 parent c3f5ce8 commit 67b2830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Default runner

* [node](./docs/node.md#node): Node.js > 8
* [node](./docs/node.md#node): Node.js >= 8.9.4

### Context dependent

Expand Down

0 comments on commit 67b2830

Please sign in to comment.