Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update readme #1760

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)_

Expand Down Expand Up @@ -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/)_

Expand Down