Skip to content

Commit 431dfdc

Browse files
mcollinaclaudeUzlopak
authored
docs: clarify Node.js version support in LTS table (nodejs#4375)
* docs: clarify Node.js version support in LTS table Separate bundled Node.js versions from full version support range. - Add column showing which Node.js versions bundle each Undici version - Add column showing minimum required and tested Node.js versions - Makes it clear that v5.x supports Node.js ≥14.0 despite being bundled in v18.x 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Matteo Collina <hello@matteocollina.com> * Update README.md Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com> --------- Signed-off-by: Matteo Collina <hello@matteocollina.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
1 parent fb4be0a commit 431dfdc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,11 +622,11 @@ and `undici.Agent`) which will enable the family autoselection algorithm when es
622622

623623
Undici aligns with the Node.js LTS schedule. The following table shows the supported versions:
624624

625-
| Version | Node.js | End of Life |
626-
|---------|-------------|-------------|
627-
| 5.x | v18.x | 2024-04-30 |
628-
| 6.x | v20.x v22.x | 2026-04-30 |
629-
| 7.x | v24.x | 2027-04-30 |
625+
| Undici Version | Bundled in Node.js | Node.js Versions Supported | End of Life |
626+
|----------------|-------------------|----------------------------|-------------|
627+
| 5.x | 18.x | ≥14.0 (tested: 14, 16, 18) | 2024-04-30 |
628+
| 6.x | 20.x, 22.x | ≥18.17 (tested: 18, 20, 21, 22) | 2026-04-30 |
629+
| 7.x | 24.x | ≥20.18.1 (tested: 20, 22, 24) | 2027-04-30 |
630630

631631
## License
632632

0 commit comments

Comments
 (0)