From 4f842ebffaeb958ca3abfe785379fd041fcadfc9 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 29 Apr 2026 15:44:23 +0900 Subject: [PATCH] chore: update Node.js to v24 LTS Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index fcacde4..b956711 100644 --- a/action.yml +++ b/action.yml @@ -40,5 +40,5 @@ outputs: description: 'URL of the edit page of the uploaded version' runs: - using: 'node20' + using: 'node24' main: 'index.js' diff --git a/package.json b/package.json index ce2ebc7..a92ab5a 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "lint:fix": "biome check --write ." }, "engines": { - "node": "20.1.0" + "node": ">=24.0.0" } }