From cd70d3ea46ded08d0b6c7fb43d26b77839962f51 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Thu, 9 Jul 2020 15:51:22 +0200 Subject: [PATCH] fix(Travis CI): use Node 12 (#5147) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index efaba9323..8554950f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js node_js: - #- stable # disable for now due to an issue of indirect dep upath with Node 9 - - 8 + - 12 # Use containers. # http://docs.travis-ci.com/user/workers/container-based-infrastructure/