From 18963989cebd9ed8d75909309229670979ef8ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:39:42 +0000 Subject: [PATCH] chore(deps): update node.js to v14.21.3 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4bee9e73..cd44e5dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: bash node_js: - - "14.18.3" + - "14.21.3" python: - "3.9" @@ -9,7 +9,7 @@ python: jobs: include: - language: node_js - node_js: 14.18.3 + node_js: 14.21.3 script: - npm install - npm run test:travis || travis_terminate 1