Skip to content

Commit 712cd94

Browse files
mcollinaclaude
andcommitted
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>
1 parent fb4be0a commit 712cd94

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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+
| v5.x | v18.x | ≥14.0 (tested: 14, 16, 18) | 2024-04-30 |
628+
| v6.x | v20.x, v22.x | ≥18.17 (tested: 18, 20, 21, 22) | 2026-04-30 |
629+
| v7.x | v24.x | ≥20.18.1 (tested: 20, 22, 24) | 2027-04-30 |
630630

631631
## License
632632

0 commit comments

Comments
 (0)