Node.Js Lifecycle: End Of Life And Support Status
Last updated on October 25, 2023
Node.js is an open-source programming language or a programming environment, that is used to build high-scale applications that need to handle multiple requests simultaneously. It is also cross-platform, which means it can be used to create applications for multiple platforms without having to create them separately.
Support status guide
End of life (EOL) is the end of a product’s useful life. When a product reaches the end of its life cycle, the manufacturer no longer supports it. The following table explains the different phases of a product’s lifecycle. Testing status is when the product is initially released and EOL is when product support is no longer offered. The time between these two points is the support timeframe.
Testing
The software is not yet publicly available. It is in testing phase i.e., alpha, beta, release preview etc.
Active
The software is actively supported by the vendor.
Phasing Out
The software will soon reach its end of life. You need to look for upgrade or migration options. The software will automatically go into phasing out status 2 months before end of life.
End Of Life
The software is no longer supported by the vendor. You need to make sure your system and environment are safe.
Version
Released
Active Support
Security Support
(17 October 2023)
(1 April 2024)
(1 June 2024)
(18 April 2023)
(22 October 2024)
(30 April 2026)
(18 October 2022)
(1 April 2023)
(1 June 2023)
(19 April 2022)
(18 October 2023)
(30 April 2025)
(19 October 2021)
(1 April 2022)
(1 June 2022)
(20 April 2021)
(18 October 2022)
(11 September 2023)
(20 October 2020)
(1 April 2021)
(1 June 2021)
(21 April 2020)
(19 October 2021)
(30 April 2023)
(22 October 2019)
(1 April 2020)
(1 June 2020)
(23 April 2019)
(20 October 2020)
(30 April 2022)
(23 October 2018)
(1 April 2019)
(30 June 2019)
(24 April 2018)
(19 May 2020)
(30 April 2021)
(31 October 2017)
(30 June 2018)
(30 June 2018)
(30 May 2017)
(1 January 2019)
(31 December 2019)
(25 October 2016)
(30 June 2017)
(30 June 2017)
(26 April 2016)
(30 April 2018)
(30 April 2019)
(30 October 2015)
(30 June 2016)
(30 June 2016)
(9 September 2015)
(1 April 2017)
(30 April 2018)
Node.js is a JavaScript runtime environment that is built on Chrome’s v8 JavaScript engine. It is capable of executing the JavaScript code outside of the browser.
Node.js received 2 major updates each year, one is for the regular version and the other is for the Long Term Support (LTS) version. All even-numbered releases are LTS versions, and all the odd-numbered versions are regular releases.
The odd-numbered versions are only supported for 6 months. After the 6 month period, the even-numbered releases are published, which are the LTS versions. Thus, the LTS versions are recommended for general use. However, the 6 month support period for the odd-numbered releases allows the library authors to add support for them.
The LTS versions of Node.js are supported for 1.5 years and then continue to receive security updates for another 1.5 years.
EOLs