Skip to content

Commit ef75e50

Browse files
ueokandeCopilot
andauthored
fix: update Node.js runtime to v24 LTS (#30)
Update the Node.js runtime from `node20` to `node24` (latest LTS). ## Changes - `action.yml`: `runs.using` updated to `node24` - `package.json`: `engines.node` updated to `>=24.0.0` Node.js 20 reaches end-of-life on April 30, 2026. Node.js 24 became LTS in October 2025 and is supported until April 2028. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1f4857e commit ef75e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ inputs:
88
description: 'The GitHub token to use for requests to the GitHub API. Allows a higher rate limit.'
99

1010
runs:
11-
using: 'node20'
11+
using: 'node24'
1212
main: 'index.js'

0 commit comments

Comments
 (0)