From 16f4873950469594977ad03f81fc2005f35d74e4 Mon Sep 17 00:00:00 2001 From: GreenCat1996 Date: Thu, 14 Mar 2019 10:59:55 +0100 Subject: [PATCH] ci: temporarily switch to Node v11.10 to fix tests There's an upcoming fix in Node, so we're doing this only temporarily to prevent CI failure. https://github.com/facebook/jest/issues/8069 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7036d9..b101baa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: node_js node_js: - - stable + - "11.10" cache: yarn script: - yarn test