From 24324b249c6581ec0fe1cb31b45bf348e1f79d2b 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 52cae03..c1b7e46 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ outputs: edge-path: description: 'The installed Edge path.' runs: - using: 'node20' + using: 'node24' main: 'index.js' diff --git a/package.json b/package.json index 8be9b5f..53f2157 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "packageManager": "pnpm@8.7.5", "engines": { - "node": "20.6.1" + "node": ">=24.0.0" }, "dependencies": { "@actions/core": "^1.10.1",