SonarScanner failing GitLab Ci/cd with node.js 12 error

Hello team,

I am using sonarcloud from last 3 years and suddenly from today on Gitlab Ci/CD pipeline it is failing with error,

The version of node.js (12) you have used to run this analysis is deprecated and we stopped accepting it.
Please update to at least node.js 14

I checked my .gitlab-ci.yml file we have this line set to latest
name: sonarsource/sonar-scanner-cli:latest

Still it is not working, what should I change here to get it working?

Thank you

Everyone seems to have the same issue today… Probably they mess image delivery. The existing tag 4.8 contains an old version of NodeJS.

I hope to get an answer from a community manager soon.

Everyone seems to have their SonarQube CI broken (Jenkins, GitHub actions, GitLab… etc)

2 Likes

still having the same issue even though website states issue has been resolved. Has any one facing the similar issue?

It is fixed for me now!