Node.js 22 Released: The 'Jod' LTS Line for Production
Node.js 22, codenamed 'Jod', arrived in April 2024 and became an Active LTS release for teams running production JavaScript.
Historical Archive. This article documents an event from 2024 and is preserved with its original date for reference. It is not current news, and details may have changed since publication.
Node.js 22 was first released on April 24, 2024 and carries the codename 'Jod'. Like other even-numbered majors, it is on the long-term support track, which is what makes it a sensible default for teams running JavaScript on the server in production.
An LTS release for real workloads
The value of an LTS release is predictability. Once Node.js 22 entered Active LTS, it began a long support window during which critical bugs and security issues are addressed, typically spanning around 30 months in total across Active and Maintenance LTS. That stability is why the Node.js project recommends production systems track LTS releases rather than the six-month Current line.
Upgrading from older LTS lines
For teams on Node.js 18 or 20, moving to Node.js 22 is the natural next step as those earlier lines age out of their support windows. The upgrade is usually low-risk for well-maintained applications, but it should still be tested against the specific dependencies a project uses, since native modules and tooling occasionally need updates to match a new runtime.
Where it fits in the timeline
Node.js 22 sits between the earlier 'Iron' (Node.js 20) line and the newer 'Krypton' (Node.js 24) line. Each even-numbered release extends the runway for production users, and the overlap between supported LTS lines gives teams a comfortable window to plan upgrades rather than being forced to move immediately.
Practical guidance
If you are starting a new project, choosing the most recent Active LTS at the time is a reliable default. If you are maintaining an existing service, track when your current LTS line reaches end of life and schedule the upgrade with time to spare, testing thoroughly before deploying.
Related on Skillo
See also: Node.js 24, the newer 'Krypton' LTS line.
Sources
Published date reflects the original event date (2024-04-24). This article is original Skillo editorial written from the sources above; facts were verified in September 2026.
Written by
Skillo Staff
0 Comments
Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.