From a4d5ebf04298d7cc8ac0d86c61c31b4153d5aaa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Commowick?= Date: Fri, 13 Mar 2026 16:56:24 +0100 Subject: [PATCH] fix: move to NodeJS 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7a3ed2b..7e32258 100644 --- a/action.yml +++ b/action.yml @@ -25,5 +25,5 @@ inputs: required: false default: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli runs: - using: node20 + using: node24 main: dist/index.js