Quality Gate report On Gitlab

Hello Everyone,
I am using Sonarqube developer edition 9.6.1 and I am trying to integrate Sonarqube quality gate report on gitlab by following the somarqube documenttaion. Project => Project setting => General Settings => Devops platforms integration => Provide the Configuration name and Project Id (which is mentioned on Gitlab) but there is warning occurs in the right top when I clicked on this popup occurs and says that you are using Node.js 18 we recommend you to use 14 or 16. I am confused and dont know how to handle this problem.
I am attaching the screenshot as well
Thank you
Kind Regards

Hey there.

You should consider these two things unrelated (GitLab Quality Gate on Merge Requests and the Node.JS warning).

The latter is just telling you that your version of SonarQube was never tested with NodeJS 18 being the version of Node installed on your runner (which is responsible for executing analysis on Javascript, Typescript, and CSS).

The warning should go away by making sure you upgrade to SonarQube v9.9 LTS soon, not only to benefit from our Best LTS Ever™, but because soon we will systematically ask users to upgrade when they ask questions about earlier versions of SonarQube, which are now considered unsupported. :smiley:

Hey @Colin

Thank you for your answer and some good recommendations. :wink: