From 47ddf80a329f876cb8a84206a8ee38c8d4fb5ea9 Mon Sep 17 00:00:00 2001 From: Shane Preece Date: Thu, 8 Feb 2018 16:55:32 +0000 Subject: [PATCH] Note about testing with the right Node version (#448) Add note about the node version used on continuous integration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dedaad6..f9ff79b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ Tests Papa Parse is under test. Download this repository, run `npm install`, then `npm test` to run the tests. +The continuous integration server runs these tests using Node 0.12. You should ensure your tests pass locally using that version of Node. + Contributing ------------