Skip to content

Commit

Permalink
SLI-756 Update minimal supported node version in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-urruty-sonarsource committed Sep 26, 2022
1 parent f54f34c commit 52f057c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private static void createNotificationOnce(Project project, String title, String
public static void notifyNodeCommandException(Project project) {
var notification = ANALYZER_REQUIREMENT_GROUP.createNotification(
"<b>SonarLint - Node.js Required</b>",
"Node.js >= 8.x is required to perform JavaScript or TypeScript analysis. Check the SonarLint Log for details.",
"Node.js >= 16.x is required to perform JavaScript or TypeScript analysis. Check the SonarLint Log for details.",
NotificationType.WARNING, null);
notification.setImportant(true);
notification.notify(project);
Expand Down

0 comments on commit 52f057c

Please sign in to comment.