Upgrade to SQ 9.7

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    I am using version 9.5
  • what are you trying to achieve
    Want to upgrade to latest version 9.7
  • what have you tried so far to achieve this
    From the upgrade notes it is learnt that for Javascript, Typescript, and CSS code, need Node.js 14.17+ in the agent where sonarqube runs. If I have an application which builds from Node.js 14.15.0, do I need to upgrade or leave the node version in current. Please advise.

Thanks, Jiju

Hello @gopaji,

those upgrade notes refer to the machine running the scan, which indeed would need to have node version 14.17+. For any other environment you use to run/build your application, this does not apply of course. In any case, we would always recommend you upgrading to current Node LTS version, but this is not related to the upgrade notes you are referring to.

Cheers,
Victor

Thanks Victor