Commit 7ecbabc
Bump GitHub Actions runtime to Node 24
GitHub will stop supporting the Node 20 runtime for GitHub Actions on
June 2nd, 2026 (see https://github.blog/changelog/2025-12-05-github-actions-update-on-node20-deprecation/),
so the `runs.using` field in action.yml is switched from `node20`
to `node24`.
Both CI workflows gain an explicit `actions/setup-node@v6` step
pinned to `node-version: 24` so that `npm ci`, the build, and the
test suite all run under the same Node version that the action will
use at runtime. Without this step, CI would use whatever Node version
the runner image happens to ship, which may not yet be v24.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 171fe93 commit 7ecbabc
3 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
0 commit comments