From db005fa89be88c7f84f4ab2ec93e68d7d477abc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20B=C5=82a=C5=BCejewicz=20=28Peter=20Blazejewicz=29?= Date: Fri, 5 Feb 2021 20:05:35 +0100 Subject: [PATCH] [ci] update Node version for Travis build (#319) 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 49d7e76..c870c56 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: