From e4305b668e30984635f2718f83fabc6b594faf42 Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Tue, 13 Dec 2022 08:13:13 -0500 Subject: [PATCH] docs: update node stability for versions (#1162) * docs: update node stability for versions * Update README.md Co-authored-by: Dominique Co-authored-by: Dominique --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9bc726a5..c46db26c2 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,9 @@ Compatibility: |---------------|:-----------:| | v14.x.x | Stable | | v16.x.x | Stable | -| v17.x.x | Not Stable | -| v18.x.x | Pending | +| v17.x.x | Stable | +| v18.x.x | Stable | +| v19.x.x | Pending | NOTE: Node LTS (`long term support`) versions start with an even number, and odd number versions are subject to a 6 month testing period with active support before they are unsupported. It is recommended to use sidecar with a stable actively maintained version of node.js.