Skip to content

Commit

Permalink
chore: Update readme
Browse files Browse the repository at this point in the history
Remove Node16 from supported version tables to avoid confusion.
  • Loading branch information
riosje committed Jan 10, 2024
1 parent 6f5c1ed commit ae767e0
Showing 1 changed file with 26 additions and 26 deletions.
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

0 comments on commit ae767e0

Please sign in to comment.