I have one repo which has .go file and 1 .js file. when i scan it scans all go file with success status . however it gives below error.
ERROR: Only Node.js v8 or later is supported, got v0.10.32.
org.sonarsource.nodejs.NodeCommandException: Only Node.js v8 or later is supported, got v0.10.32.
Question: How sonarqube came to know that current Node.js verison is v0.10.32? and how to fix and ignore/skip (as i don’t have access to make change in repo)