From: Wouter Admiraal <45544358+wouter-admiraal-sonarsource@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:40:31 +0000 (+0100) Subject: DO NOT MERGE!! POC to move to NodeJS 18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2Fwad%2Fwip-node-18;p=sonarqube.git DO NOT MERGE!! POC to move to NodeJS 18 --- 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