From 3807c9fd641b2b07235c92d34f3c62bc767d0ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20B=C5=82a=C5=BCejewicz?= Date: Fri, 5 Feb 2021 20:00:39 +0100 Subject: [PATCH] [ci] update Node version for Travis build Should fix issues with failing CI checks on updated packages. /cc @samal-rasmussen --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49d7e76c..c870c56a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ sudo: false language: node_js node_js: - - "8" - - "9" - - "10" + - 12 + - 14 services: - mongodb cache: