Link Search Menu Expand Document

Node.js is an open-source, cross-platform JavaScript run-time environment built on Chrome’s V8 JavaScript engine that executes JavaScript code outside of a browser.

Release Schedule Image Gantt Chart for Node.js
Release Released Active Support Security Support Latest
19 2 months ago
(18 Oct 2022)
Ends in 3 months and 1 week
(01 Apr 2023)
Ends in 5 months
(01 Jun 2023)
19.3.0
(14 Dec 2022)
18 (LTS) 8 months ago
(19 Apr 2022)
Ends in 10 months
(18 Oct 2023)
Ends in 2 years and 4 months
(30 Apr 2025)
18.12.1
(04 Nov 2022)
17 1 year and 2 months ago
(19 Oct 2021)
Ended 8 months ago
(01 Apr 2022)
Ended 6 months and 3 weeks ago
(01 Jun 2022)
17.9.1
16 (LTS) 1 year and 8 months ago
(20 Apr 2021)
Ended 2 months ago
(18 Oct 2022)
Ends in 8 months
(11 Sep 2023)
16.19.0
(13 Dec 2022)
15 2 years ago
(20 Oct 2020)
Ended 1 year and 8 months ago
(01 Apr 2021)
Ended 1 year and 6 months ago
(01 Jun 2021)
15.14.0
14 (LTS) 2 years and 8 months ago
(21 Apr 2020)
Ended 1 year and 2 months ago
(19 Oct 2021)
Ends in 4 months
(30 Apr 2023)
14.21.2
(13 Dec 2022)
13 3 years ago
(22 Oct 2019)
Ended 2 years and 8 months ago
(01 Apr 2020)
Ended 2 years and 6 months ago
(01 Jun 2020)
13.14.0
12 (LTS) 3 years and 8 months ago
(23 Apr 2019)
Ended 2 years ago
(20 Oct 2020)
Ended 7 months and 3 weeks ago
(30 Apr 2022)
12.22.12
11 4 years ago
(23 Oct 2018)
Ended 3 years and 8 months ago
(01 Apr 2019)
Ended 3 years and 5 months ago
(30 Jun 2019)
11.15.0
10 (LTS) 4 years and 8 months ago
(24 Apr 2018)
Ended 2 years and 7 months ago
(19 May 2020)
Ended 1 year and 7 months ago
(30 Apr 2021)
10.24.1
9 5 years ago
(31 Oct 2017)
Ended 4 years and 5 months ago
(30 Jun 2018)
Ended 4 years and 5 months ago
(30 Jun 2018)
9.11.2
8 (LTS) 5 years and 6 months ago
(30 May 2017)
Ended 3 years and 11 months ago
(01 Jan 2019)
Ended 2 years and 11 months ago
(31 Dec 2019)
8.17.0
7 6 years ago
(25 Oct 2016)
Ended 5 years ago
(30 Jun 2017)
Ended 5 years ago
(30 Jun 2017)
7.10.1
6 (LTS) 6 years ago
(26 Apr 2016)
Ended 4 years and 7 months ago
(30 Apr 2018)
Ended 3 years and 7 months ago
(30 Apr 2019)
6.17.1
5 7 years ago
(30 Oct 2015)
Ended 6 years ago
(30 Jun 2016)
Ended 6 years ago
(30 Jun 2016)
5.12.0
4 (LTS) 7 years ago
(09 Sep 2015)
Ended 5 years and 8 months ago
(01 Apr 2017)
Ended 4 years and 7 months ago
(30 Apr 2018)
4.9.1
3 7 years ago
(04 Aug 2015)
No No 3.3.1
2 7 years ago
(04 May 2015)
No No 2.5.0
1 7 years and 11 months ago
(20 Jan 2015)
No No 1.8.4

Major Node.js versions enter Current release status for six months, which gives library authors time to add support for them. After six months, odd-numbered releases (9, 11, etc.) become unsupported, and even-numbered releases (10, 12, etc.) move to Active LTS status and are ready for general use. LTS release status is “long-term support”, which typically guarantees that critical bugs will be fixed for a total of 30 months. Production applications should only use Active LTS or Maintenance LTS releases.

If an even-numbered release above is not marked as LTS, then it has not entered “Active LTS” and is not recommended for Production use.

The End-of-Life date for Node.js 16 was moved forward by seven months to coincide with the end of support of OpenSSL 1.1.1 on September 11th, 2023.

More information is available on the Node.js website.

You should be running one of the supported release numbers listed above in the rightmost column.

You can check the version that you are currently using by running:
node --version

You can submit an improvement to this page on GitHub :octocat: . This page has a corresponding Talk Page.

A JSON version of this page is available at /api/nodejs.json. See the API Documentation for more.

This page was last updated on 15 December 2022. Latest releases are automatically updated.