From 299e4b793aaa83bf2aba7c9c14bedbb485688ec4 Mon Sep 17 00:00:00 2001 From: Claire Villard <60586848+claire-villard-sonarsource@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:14:54 +0200 Subject: [PATCH] SQSCANGHA-132 Upgrade Node to 24 (#224) --- 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