From ae767e06b1e4416f5d54e06791e7791c9ffe19cb Mon Sep 17 00:00:00 2001 From: Jefferson <55195249+riosje@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:52:33 -0500 Subject: [PATCH] chore: Update readme Remove Node16 from supported version tables to avoid confusion. --- README.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 660e2daf..cb19080e 100644 --- a/README.md +++ b/README.md @@ -58,21 +58,21 @@ NodeSource will continue to maintain the following architectures and may add add #### **Ubuntu versions** -| Distro Name | Node 16x | Node 18x | Node 20x | Node 21x | -| :------------------- | :------: | :------: | :------: | :------: | -| Ubuntu Bionic ^18.04 | ✅ | ❌ | ❌ | ❌ | -| Ubuntu Focal ^20.04 | ✅ | ✅ | ✅ | ✅ | -| Ubuntu Jammy ^22.04 | ✅ | ✅ | ✅ | ✅ | +| Distro Name | Node 18x | Node 20x | Node 21x | +| :------------------- | :------: | :------: | :------: | +| Ubuntu Bionic ^18.04 | ❌ | ❌ | ❌ | +| Ubuntu Focal ^20.04 | ✅ | ✅ | ✅ | +| Ubuntu Jammy ^22.04 | ✅ | ✅ | ✅ | #### **Debian versions** -| Distro Name | Node 16x | Node 18x | Node 20x | Node 21x | -| :----------------- | :------: | :------: | :------: | :------: | -| Debian 8 Jessie | ✅ | ❌ | ❌ | ❌ | -| Debian 9 Stretch | ✅ | ❌ | ❌ | ❌ | -| Debian 10 Buster | ✅ | ✅ | ✅ | ✅ | -| Debian 11 Bullseye | ✅ | ✅ | ✅ | ✅ | -| Debian 12 Bookworm | ✅ | ✅ | ✅ | ✅ | +| Distro Name | Node 18x | Node 20x | Node 21x | +| :----------------- | :------: | :------: | :------: | +| Debian 8 Jessie | ❌ | ❌ | ❌ | +| Debian 9 Stretch | ❌ | ❌ | ❌ | +| Debian 10 Buster | ✅ | ✅ | ✅ | +| Debian 11 Bullseye | ✅ | ✅ | ✅ | +| Debian 12 Bookworm | ✅ | ✅ | ✅ | > _NOTE: If you are looking to run Node.js in a non-supported Linux version take a look to [Node.js Unofficial Builds](https://unofficial-builds.nodejs.org/)_ @@ -185,26 +185,26 @@ NodeSource will continue to maintain the following architectures and may add add #### **Fedora versions** -| Distro Name | Node 16x | Node 18x | Node 20x | Node 21x | -| :-------------------- | :------: | :------: | :------: | :------: | -| Fedora >= 20 (20->28) | ✅ | ❌ | ❌ | ❌ | -| Fedora >= 29 | ✅ | ✅ | ✅ | ✅ | -| Fedora >= 36 | ✅ | ✅ | ✅ | ✅ | +| Distro Name | Node 18x | Node 20x | Node 21x | +| :-------------------- | :------: | :------: | :------: | +| Fedora >= 20 (20->28) | ❌ | ❌ | ❌ | +| Fedora >= 29 | ✅ | ✅ | ✅ | +| Fedora >= 36 | ✅ | ✅ | ✅ | #### **Redhat versions** -| Distro Name | Node 16x | Node 18x | Node 20x | Node 21x | -| :---------- | :------: | :------: | :------: | :------: | -| Redhat 7 | ✅ | ❌ | ❌ | ❌ | -| Redhat 8 | ✅ | ✅ | ✅ | ✅ | -| Redhat 9 | ✅ | ✅ | ✅ | ✅ | +| Distro Name | Node 18x | Node 20x | Node 21x | +| :---------- | :------: | :------: | :------: | +| Redhat 7 | ❌ | ❌ | ❌ | +| Redhat 8 | ✅ | ✅ | ✅ | +| Redhat 9 | ✅ | ✅ | ✅ | #### **Amazon Linux versions** -| Distro Name | Node 16x | Node 18x | Node 20x | Node 21x | -| :---------------- | :------: | :------: | :------: | :------: | -| Amazon Linux 2 | ✅ | ❌ | ❌ | ❌ | -| Amazon Linux 2023 | ✅ | ✅ | ✅ | ✅ | +| Distro Name | Node 18x | Node 20x | Node 21x | +| :---------------- | :------: | :------: | :------: | +| Amazon Linux 2 | ❌ | ❌ | ❌ | +| Amazon Linux 2023 | ✅ | ✅ | ✅ | > _NOTE: If you are looking to run Node.js in a non-supported Linux version take a look to [Node.js Unofficial Builds](https://unofficial-builds.nodejs.org/)_