From aa92ba58a76dc4a3ba07385f39d1d4800676f3b6 Mon Sep 17 00:00:00 2001 From: Ni55aN Date: Wed, 25 May 2022 01:34:14 +0300 Subject: [PATCH] ci: use node.js 14 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ccab82a..e11ed619 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "10" + - "14" before_script: - npm install @@ -33,4 +33,4 @@ deploy: addons: sonarcloud: organization: "retejs" - token: $SONAR_TOKEN \ No newline at end of file + token: $SONAR_TOKEN