🌐
Node.js
nodejs.org › en › about › previous-releases
Node.js — Node.js Releases
Full details regarding the Node.js release schedule are available on GitHub.
🌐
Node.js
nodejs.org › en › blog › announcements › v20-release-announce
Node.js — Node.js 20 is now available!
April 18, 2023 - The recent update to Node.js, version 20, includes an important change to the test_runner module. The module has been marked as stable after a recent update.
Discussions

How does Node LTS work
Long Term Support versions still receive minor updates and patches, mainly for security and bug fixes. You should always upgrade to the latest release for your chosen (major) version. At the time of writing: v20.15.0 is the latest release for v20.x LTS (iron) according to https://nodejs.org/en/about/previous-releases Edit: fixed semantics More on reddit.com
🌐 r/node
15
10
June 21, 2024
Upgrade web app from Node version 14.x to 20.x
I would start by doing incremental update from 14 to 16 then fix any breaking changes including the projects dependencies. Then goes from 16 to 18 and repeat the cycle. Eventually you will end up with version 20. It will take quite some time but I think if something broke it's easier to track and isolate and then fix what's broken More on reddit.com
🌐 r/node
74
45
September 12, 2024
Can't install NodeJS v18.12.0 / v18.12.1 on Ubuntu 20.04?
You should install NodeJS with tools like nvm or Volta. You will avoid Node version issues More on reddit.com
🌐 r/node
7
9
November 26, 2022
Nodejs v16 vs v20
Node v16 doesn't get security updates anymore, so it's only a matter of time before an exploit gets found and you'll be forced to update whether you like it or not. Node 18 was a big release and the most of the ecosystem is already dropping support for Node 16 and below. Vite 5 and Next.js 14 require at least Node 18. More on reddit.com
🌐 r/node
11
1
January 7, 2024
🌐
Medium
medium.com › @Games24x7Tech › node-js-v20-upgrade-guide-best-practices-and-performance-insights-f76d7ace09ff
Node.js v20 upgrade guide: Best Practices and Performance Insights | by Games24x7 Blogs | Medium
September 6, 2024 - V8 JavaScript Engine Update to V8 11.3: Node.js 20 incorporates the V8 11.3 JavaScript engine, bringing substantial performance improvements, bug fixes, and stability enhancements.
🌐
endoflife.date
endoflife.date › nodejs
Node.js | endoflife.date
2 days ago - 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.
🌐
ITMagination
itmagination.com › blog › introducing-node-js-20-new-features-updates-and-improvements
Node.js 20: New Features, Updates, and Improvements
November 20, 2024 - Discover the latest Node.js 20 release, featuring the new Permission Model, stable test runner, Windows ARM64 support, and more. Explore how these updates can impact your applications.
🌐
npm
npmjs.com › package › node
node - npm
2 weeks ago - node. Latest version: 20.19.6, last published: 9 days ago. Start using node in your project by running `npm i node`. There are 1131 other projects in the npm registry using node.
      » npm install node
    
Published   Nov 26, 2025
Version   20.19.6
🌐
Wikipedia
en.wikipedia.org › wiki › Node.js
Node.js - Wikipedia
2 weeks ago - New major releases of Node.js are cut from the GitHub main branch every six months. Even-numbered versions are cut in April and odd-numbered versions are cut in October. When a new odd version is released, the previous even version undergoes transition to Long Term Support (LTS), which gives that version 12 months of active support from the date it is designated LTS.
Find elsewhere
🌐
OpenJS Foundation
openjsf.org › blog › node-js-20-now-available
Node.js 20 Now Available | OpenJS Foundation
April 18, 2023 - Node.js 20 is the “Current” release for the next six months and incorporates the newest features. For organizations and individuals looking to implement Node.js 20, now is a good time to test and prototype.
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › dev-environment › javascript › nodejs-on-windows
Set up Node.js on native Windows | Microsoft Learn
Install the latest stable LTS release ... number with: nvm install <version> (replacing <version> with the number, ie: nvm install 12.14.0)....
🌐
Node.js
nodejs.org › en › download
Node.js — Download Node.js®
Read the changelog or blog post for this version. Learn more about Node.js releases, including the release schedule and LTS status. Learn how to verify signed SHASUMS. Looking for Node.js source? Download a signed Node.js source tarball. Check out our nightly binaries or all previous releases or the unofficial binaries for other platforms. We are able to serve Node.js's downloads and maintain our infrastructure proudly due to the support of these partners, and more.
🌐
Node.js
nodejs.org › en › blog › release › v20.9.0
Node.js — Node.js v20.9.0 (LTS)
This release marks the transition of Node.js 20.x into Long Term Support (LTS) with the codename 'Iron'. The 20.x release line now moves into "Active LTS" and will remain so until October 2024.
🌐
SitePoint
sitepoint.com › blog › javascript › what’s new in node.js 20
What's New in Node.js 20 — SitePoint
November 11, 2024 - In general, you should opt for the even-numbered LTS version unless you require a specific feature in an experimental release and intend to upgrade later. That said, Node.js 20 is new and the website advises you continue with version 18 while the ...
🌐
Red Hat
catalog.redhat.com › en › software › containers › ubi9 › nodejs-20 › 64770ac7a835530172eee6a9
Node.js 20 - Red Hat Ecosystem Catalog
$ oc new-app nodejs:20~https://github.com/sclorg/s2i-nodejs-container.git --context-dir=20/test/test-app/
🌐
Angular
angular.dev › reference › versions
Version compatibility • Angular
The following tables describe the versions of Node.js, TypeScript, and RxJS that each version of Angular requires.
🌐
Docker
hub.docker.com › _ › node
node - Official Image | Docker Hub
20-trixie-slim, 20.19-trixie-slim, 20.19.6-trixie-slim, iron-trixie-slim⁠ · Where to file issues: https://github.com/nodejs/docker-node/issues⁠
🌐
GitHub
github.com › nodejs › node › releases
Releases · nodejs/node
2025-10-20, Version 22.21.0 'Jod' (LTS), @aduh95 · [1486fedea1] - (SEMVER-MINOR) cli: add --use-env-proxy (Joyee Cheung) #59151 · [bedaaa11fc] - (SEMVER-MINOR) http: support http proxy for fetch under NODE_USE_ENV_PROXY (Joyee Cheung) #57165 ...
Author   nodejs