From 5bdb4332ffdbd289eb319a2cbac716f268353e55 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 3 Dec 2024 07:53:36 -0800 Subject: [PATCH] Add Node.js schedule Signed-off-by: Matteo Collina --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 890d82c2f7c..e856a3f41f8 100644 --- a/README.md +++ b/README.md @@ -445,6 +445,16 @@ and `undici.Agent`) which will enable the family autoselection algorithm when es * [__Robert Nagy__](https://github.com/ronag), * [__Matthew Aitken__](https://github.com/KhafraDev), +## Long Term Support + +Undici aligns with the Node.js LTS schedule. The following table shows the supported versions: + +| Version | Node.js | End of Life | +|---------|-------------|-------------| +| 5.x | v18.x | 2024-04-30 | +| 6.x | v20.x v22.x | 2026-04-30 | +| 7.x | v24.x | 2027-04-30 | + ## License MIT