Commit 77f742f
committed
Upgrade Dockerfile and CI from Node 18 to Node 24 (LTS)
Node 18 reached end-of-life on April 30, 2025. A transitive dependency
(undici@7.25.0) requires Node >=20.18.1, causing both the Docker build
and PR CI to fail during yarn install.
Upgrade to Node 24 (Active LTS since October 2025, EOL April 2028):
- Dockerfile: all three FROM stages updated to node:24-bookworm-slim
- pr.yaml: setup-node version updated to 24
Aligns with the Node 24 GitHub Actions runner upgrade in #52.1 parent 135c0cb commit 77f742f
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments