diff --git a/action.yml b/action.yml index 82e49318..6f529e45 100644 --- a/action.yml +++ b/action.yml @@ -141,5 +141,5 @@ outputs: wsl-shell-command is not set explicitly and the script already exists, this output will be set. runs: - using: node20 + using: node24 main: build/distributions/index.mjs diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 59f45a49..eb88d53e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ build-gradle-plugin-release = "3.1.0" build-gradle-plugin-versions = "0.53.0" build-inject = "1" build-kotlinx-serialization = "1.11.0" -build-node = "20.11.0" +build-node = "24.14.1" build-snakeyaml = "2.6" kotlin = "2.3.20" kotlinx-coroutines = "1.10.2"