Commit ef75e50
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
0 commit comments