From 04ef237f5c17bfda76e11250393d6a04cb943f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Tue, 24 Mar 2026 15:52:53 +0900 Subject: [PATCH] Update Node.js to 24 (#83) --- action.yml | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"