Commit 5ba87e8
Update Node.js versions to 22.22.0 and 24.13.0 LTS
Updates the project to test against the latest LTS versions of Node.js:
Node.js 24.13.0 (Active LTS "Krypton"):
- Released May 6, 2025
- Latest security patches from January 13, 2026
- Active LTS until April 2028
- Replaces Node.js 20
Node.js 22.22.0 (Maintenance LTS "Jod"):
- Released April 24, 2024
- Latest security patches from January 13, 2026
- Maintenance LTS until April 2027
- Updated from 22.19.0
Changes:
- Renamed 20/ directory to 24/
- Updated 24/Dockerfile: NODE_VERSION=24.13.0
- Updated 22/Dockerfile: NODE_VERSION=22.22.0
- Updated test specs to expect correct versions
- All tests pass successfully
This ensures the project tests against currently supported LTS versions
with the latest security updates.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent 0fbfa80 commit 5ba87e8
File tree
4 files changed
+4
-4
lines changed- 22
- 24
- spec
- 22
- 24
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments