From 2cda63281ab159d62a74dbaf35043e174e3f8388 Mon Sep 17 00:00:00 2001 From: Kevin Dew Date: Fri, 8 Mar 2019 10:26:59 +0000 Subject: [PATCH] Use LTS version of node This is to resolve a bug with the latest version of Node and Jest see: https://github.com/facebook/create-react-app/issues/6591 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9057ce4..53daa64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - node + - lts/10 script: - npm run test - npm run check-dist-built