From 457a14d9e8ebc2f8490f1d9484bffb6431c24ada Mon Sep 17 00:00:00 2001 From: Ohkubo KOHEI Date: Mon, 30 Mar 2026 22:41:15 +0900 Subject: [PATCH] Update Node.js version from 20 to 24 https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e6164c6..bb259c8 100644 --- a/action.yml +++ b/action.yml @@ -75,5 +75,5 @@ inputs: Published Template IDs will be prefixed with the namespace. If omitted, this value will default to the source repo name runs: - using: node20 + using: node24 main: dist/index.js