Commit ea064be
ci: opt into Node 24 early for all 3 workflows (blog-documented env)
GitHub Actions runners deprecate Node 20 on 2026-06-02 and auto-switch
to Node 24. Every run of our workflows currently emits the reminder
annotation on actions/checkout@v4, setup-python@v5, upload-artifact@v4.
Rather than chase six separate major-version bumps (checkout v4->v6,
setup-python v5->v6, upload-artifact v4->v7, cache v4->v5, codecov v4->v6,
download-artifact v3->?) — each a potential breaking change — use
GitHub's documented escape hatch: set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24
as a workflow-level env var. Keeps existing action versions pinned,
just swaps the runtime.
Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Applied identically to all three workflows (ci-cd.yml, citation-audit.yml,
build-wheels.yml). Security: pure runner config, no user input flows
into run: blocks.
Verification: actionlint + yaml.safe_load pass on all 3.
Action version upgrades stay on the backlog for a separate dedicated
sprint where each bump can be tested in isolation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5d3ed21 commit ea064be
3 files changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
| |||
0 commit comments