Skip to content

List of All Node Versions

When installing versions with nvm, if you don't know which Node versions are available, nvm list available only shows recent versions. What if your project uses an older version? In such cases, you need a list of Node.js version numbers to check which specific minor versions are available, so you can install the specific version you need with nvm.

All Historical Node Versions

All historical versions are sourced from the Node Taobao mirror site: https://registry.npmmirror.com/binary.html?path=node/

View Node Versions with nvm-sh

bash
## List remote Node.js versions available for installation
nvm ls-remote

## List remote versions, showing only LTS (long-term support) versions
nvm ls-remote --lts

View Node Versions with nvm for windows

bash
## List remote Node.js versions available for installation
nvm list available

## or 
nvm ls available

nvm ls available

List of All Node Versions

Version NameUpdate TimeSize
latest-argon/30-Mar-2018 03:32-
latest-boron/03-Apr-2019 19:45-
latest-carbon/18-Dec-2019 16:41-
latest-dubnium/06-Apr-2021 19:56-
latest-erbium/05-Apr-2022 12:21-
latest-fermium/16-Feb-2023 22:06-
latest-gallium/09-Aug-2023 16:40-
latest-hydrogen/27-Mar-2025 13:09-
latest-iron/22-Apr-2025 10:30-
latest-jod/23-Apr-2025 07:20-
latest-v0.10.x/18-Oct-2016 16:38-
latest-v0.12.x/22-Feb-2017 13:55-
latest-v4.x/30-Mar-2018 03:32-
latest-v5.x/23-Jun-2016 23:19-
latest-v6.x/03-Apr-2019 19:45-
latest-v7.x/11-Jul-2017 16:52-
latest-v8.x/18-Dec-2019 16:41-
latest-v9.x/12-Jun-2018 23:27-
latest-v10.x/06-Apr-2021 19:56-
latest-v11.x/30-Apr-2019 17:52-
latest-v12.x/05-Apr-2022 12:21-
latest-v13.x/29-Apr-2020 22:29-
latest-v14.x/16-Feb-2023 22:06-
latest-v15.x/06-Apr-2021 20:49-
latest-v16.x/09-Aug-2023 16:40-
latest-v17.x/02-Jun-2022 17:56-
latest-v18.x/27-Mar-2025 13:09-
latest-v19.x/11-Apr-2023 00:29-
latest-v20.x/22-Apr-2025 10:30-
latest-v21.x/10-Apr-2024 16:33-
latest-v22.x/23-Apr-2025 07:20-
latest-v23.x/01-Apr-2025 14:27-
latest-v24.x/06-May-2025 14:30-
latest-v25.x/15-Oct-2025 17:11-
latest-v26.x/05-May-2026 14:19-
latest/01-Apr-2025 14:27-

the latest release of Node Versions branch

Node.jsCodenameFirst releasedLast updatedStatus
v26-May 05, 2026Jul 08, 2026Current
v25-Oct 15, 2025Mar 31, 2026EOL
v24KryptonMay 06, 2025Jun 23, 2026LTS
v23-Oct 16, 2024May 14, 2025EOL
v22JodApr 24, 2024Jun 22, 2026LTS
v21-Oct 17, 2023Apr 10, 2024EOL
v20IronApr 17, 2023Mar 24, 2026EOL
v19-Oct 17, 2022Apr 10, 2023EOL
v18HydrogenApr 18, 2022Mar 27, 2025EOL
v17-Oct 19, 2021Jun 01, 2022EOL
v16GalliumApr 20, 2021Aug 08, 2023EOL
v15-Oct 20, 2020Apr 06, 2021EOL
v14FermiumApr 21, 2020Feb 16, 2023EOL
v13-Oct 22, 2019Apr 29, 2020EOL
v12ErbiumApr 23, 2019Apr 05, 2022EOL
v11-Oct 23, 2018Apr 30, 2019EOL
v10DubniumApr 24, 2018Apr 06, 2021EOL
v9-Oct 31, 2017Jun 12, 2018EOL
v8CarbonMay 30, 2017Dec 17, 2019EOL
v7-Oct 25, 2016Jul 11,2017EOL
v6BoronApr 26,2016Apr 03,2019EOL
v5-Oct 29, 2015Jun 23, 2016EOL
v4ArgonSep 08, 2015Mar 29, 2018EOL
v0-Feb 06, 2015Feb 22, 2017EOL

NVM - Node Version Manager for Windows, Linux, and macOS | sitemap