diff --git a/action.yml b/action.yml index ca6c59ec..ea82c69d 100644 --- a/action.yml +++ b/action.yml @@ -108,5 +108,5 @@ outputs: wsl-shell-command is not set explicitly and the script already exists, this output will be set. runs: - using: node16 + using: node20 main: build/distributions/index.js diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ebef93a1..87202ab9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ build-gradle-plugin-release = "3.0.2" build-gradle-plugin-versions = "0.46.0" build-inject = "1" build-kotlinx-serialization = "1.5.0" -build-node = "16.18.1" +build-node = "20.11.0" build-snakeyaml = "2.0" build-vercel-ncc = "0.36.1" kotlin = "1.8.20"