From 9486cbaaaf52c0c0114a8f81d649c76b5f8d0b23 Mon Sep 17 00:00:00 2001 From: Hannes Kaeufler Date: Sun, 17 Mar 2019 21:13:25 +0100 Subject: [PATCH] build(mentor): Downgrade node test image to avoid error. See 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 fd424b2..fe4c80c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: notifications: email: false node_js: - - '11' + - '11.10.1' - '10' - '9' - '8'