From 8932f0fac6678010cae2703b69f76e3d0085dfc5 Mon Sep 17 00:00:00 2001 From: rektide de la faye Date: Mon, 9 Jan 2023 16:33:31 -0500 Subject: [PATCH] chore: update & simplify supported releases. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f372bf5f..b6f05f02 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,9 @@ Restify aims to support the Node.js LTS (Active and Maintenance) versions along | Node Release | Supported in Current Version | Notes | | :--: | :---: | :---: | -| 18.x | **No** | Current stable. See [#1888](https://github.com/restify/node-restify/issues/1888) | -| 16.x | **Yes** | Active LTS | -| 14.x | **Yes** | Maintenance LTS | -| 12.x | **No** | Use restify v8.x, team will backport critical issues only | -| 12.x | **No** | Use restify v8.x, team will backport critical issues only | +| 18.x | **Yes** | Restify v10.x required. | +| 16.x | **Yes** | | +| 14.x | **Yes** | | ## License