From 70cc84fc3dc15b10b7a5cf84881ee0280e8961e5 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Thu, 25 Nov 2021 10:19:35 -0500 Subject: [PATCH 1/3] docs: Update readme with node compatibility --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1495e909e..d2ea572e1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,17 @@ learn more. ## Prerequisites -This service requires Node version 14 or higher. +This service requires Node versions 14 or higher. + +Compatibility: +| Node Version | Stablility | +|---------------|:-----------:| +| v14.x.x | Stable | +| v16.x.x | Stable | +| v17.x.x | Not Stable | +| v18.x.x | Pending | + +NOTE: Node LTS (`long term support`) version's start with an even number, and odd number version's begin with an odd number. It is recommended to use sidecar with a stable actively maintained version of node. ## Table of contents From 4b95eb83a80d19e0197cfb4ccba0b6cb3dafa3a9 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Thu, 25 Nov 2021 10:23:00 -0500 Subject: [PATCH 2/3] fix grumble --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2ea572e1..38aafd575 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Compatibility: | v17.x.x | Not Stable | | v18.x.x | Pending | -NOTE: Node LTS (`long term support`) version's start with an even number, and odd number version's begin with an odd number. It is recommended to use sidecar with a stable actively maintained version of node. +NOTE: Node LTS (`long term support`) version's start with an even number, and odd number version's 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. ## Table of contents From 00405aa7e2ef963b52660efff2f64a0c601dc427 Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Thu, 25 Nov 2021 10:52:00 -0500 Subject: [PATCH 3/3] Update README.md Co-authored-by: James Wilson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38aafd575..e572a51f7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Compatibility: | v17.x.x | Not Stable | | v18.x.x | Pending | -NOTE: Node LTS (`long term support`) version's start with an even number, and odd number version's 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. +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. ## Table of contents