Commit bb236a4
authored
BREAKING CHANGE: Update minimum Node.js version from 20.x to 24.x (#1759)
Fixes
github/continuous-ai-for-accessibility#35
(Hubber access only)
This PR updates the runtime for each action in this repo to `node24`.
> [!CAUTION]
> This is a breaking change for outdated [self-hosted
runners](https://docs.github.com/en/actions/concepts/runners/self-hosted-runners).
Self-hosted runners must be updated to
[v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1)
(released on 2025-07-25; the first version to support `runs.using:
node24`) or later, or the actions won’t run.
Per https://github.com/nodejs/release#release-schedule:
- Node.js 20.x is in maintenance; it reaches end-of-life on 2026-04-30.
- Node.js 22.x is the active LTS release (but it’s [not supported by the
actions
runtime](https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax#runsusing-for-javascript-actions)).
- Node.js 24.x is the current release; it will become the active LTS
release on 2025-10-28 (i.e. 19 days from now).File tree
4 files changed
+6
-6
lines changed- .github/actions
- auth
- file
- find
- fix
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
0 commit comments