From 96cc37f786d240a6d001d52856df1f0cf36a1a29 Mon Sep 17 00:00:00 2001 From: Claire Villard Date: Mon, 30 Mar 2026 17:14:43 +0200 Subject: [PATCH] SQSCANGHA-132 Upgrade Node to 24 --- action.yml | 2 +- install-build-wrapper/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/install-build-wrapper/action.yml b/install-build-wrapper/action.yml index 03b81e5..e1809f9 100644 --- a/install-build-wrapper/action.yml +++ b/install-build-wrapper/action.yml @@ -9,5 +9,5 @@ outputs: build-wrapper-binary: description: "Absolute path to Build Wrapper binary." runs: - using: node20 + using: node24 main: ../dist/install-build-wrapper.js