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

doc: add link to Dubnium LTS release download via nodejs/nodejs-latest-linker#2 #383

Merged
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
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Release schedule

| Release | Status | Codename |Initial Release | Active LTS Start | Maintenance LTS Start | End-of-life |
| :--: | :---: | :---: | :---: | :---: | :---: | :---: |
| [6.x][] | **Maintenance LTS** | [Boron][] | 2016-04-26 | 2016-10-18 | 2018-04-30 | April 2019 |
| [8.x][] | **Active LTS** | [Carbon][] | 2017-05-30 | 2017-10-31 | April 2019 | December 2019<sup>1</sup> |
| [10.x][] | **Active LTS** | Dubnium | 2018-04-24 | 2018-10-30 | April 2020 | April 2021 |
| [11.x][] | **Current Release** | | 2018-10-23 | | | June 2019 |
| 12.x | **Pending** | | 2019-04-23 | October 2019 | April 2021 | April 2022 |
| Release | Status | Codename |Initial Release | Active LTS Start | Maintenance LTS Start | End-of-life |
| :--: | :---: | :---: | :---: | :---: | :---: | :---: |
| [6.x][] | **Maintenance LTS** | [Boron][] | 2016-04-26 | 2016-10-18 | 2018-04-30 | April 2019 |
| [8.x][] | **Active LTS** | [Carbon][] | 2017-05-30 | 2017-10-31 | April 2019 | December 2019<sup>1</sup> |
| [10.x][] | **Active LTS** | [Dubnium][] | 2018-04-24 | 2018-10-30 | April 2020 | April 2021 |
| [11.x][] | **Current Release** | | 2018-10-23 | | | June 2019 |
| 12.x | **Pending** | | 2019-04-23 | October 2019 | April 2021 | April 2022 |

Dates are subject to change.

Expand Down Expand Up @@ -149,6 +149,7 @@ any given point in time, fully support a maximum of 2 LTS releases.
[Argon]: https://nodejs.org/download/release/latest-argon/
[Boron]: https://nodejs.org/download/release/latest-boron/
[Carbon]: https://nodejs.org/download/release/latest-carbon/
[Dubnium]: https://nodejs.org/download/release/latest-dubnium/
[4.x]: https://nodejs.org/download/release/latest-v4.x/
[6.x]: https://nodejs.org/download/release/latest-v6.x/
[8.x]: https://nodejs.org/download/release/latest-v8.x/
Expand Down