Skip to content

Commit

Permalink
Merge pull request #5 from ReduceRightDave/contributing
Browse files Browse the repository at this point in the history
CONTRIBUTING needed Node version
  • Loading branch information
ReduceRightDave committed Feb 14, 2019
2 parents 48894b1 + 7a97c0d commit 39f347e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ if (a === b) { //42
```
## Scripts
On pull request, along with the tests above, the routines that generate these
tests are tested (`yarn test` as below).
To run the tests locally, [NodeJS](http://nodejs.org) and [Yarn](http://yarnpkg.com)
are required.
are required. CircleCI is configured to run Node 10.12.0.
Available scripts:
* `yarn test-readme` tests README.md
Expand Down

0 comments on commit 39f347e

Please sign in to comment.