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