From 31ebc042ca00e9c0287b364e209b62c19bbb5662 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal <45544358+wouter-admiraal-sonarsource@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:40:31 +0100 Subject: [PATCH] DO NOT MERGE!! POC to move to NodeJS 18 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a6fb4a00b0..5ba5ac03a6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,8 @@ before_cache: - rm -fr $HOME/.gradle/caches/*/scripts/ before_install: - - nvm install 16 - - nvm use 16 + - nvm install 18 + - nvm use 18 notifications: email: false -- 2.39.5