Node.js Moves to One Major Release Per Year, Starting with Node 27

· Source: InfoQ · Field: Technology & Digital — Software Development & Engineering · Depth: Intermediate, quick

Summary

Node.js, the JavaScript runtime maintained by the OpenJS Foundation, will transition to a new release schedule starting with Node.js 27 in October 2026. This change eliminates the decade-old odd/even versioning model, moving from two major releases per year to a single annual major release every April. Under the revised plan, every new version will automatically become a Long Term Support (LTS) release, maintaining a 30-month support window. The project will also introduce a six-month Alpha channel for early testing, with version numbers aligning to the calendar year of their initial Current release (e.g., 27.0.0 in 2027). This decision, proposed by TSC member Rafael Gonzaga in July 2025, addresses the growing burden on maintainers and the low adoption of odd-numbered experimental releases. Node.js 26, released in April 2026, will be the final version under the previous model.

Key takeaway

For Software Engineers managing Node.js applications, your release planning should adapt to the new annual cycle starting with Node.js 27. If you currently rely on odd-numbered releases for early features, integrate the new six-month Alpha channel into your CI pipelines to test upcoming changes. This ensures you report bugs before they impact production, maintaining stability while still accessing new capabilities faster than waiting for the full annual LTS release.

Key insights

The Node.js project is shifting to one major release per year, with all versions becoming LTS, to ease maintainer burden.

Principles

Method

Node.js will adopt an annual April major release, with LTS promotion in October, preceded by a six-month Alpha channel using semver prerelease formatting such as 27.0.0-alpha.1.

In practice

Topics

Code references

Best for: CTO, VP of Engineering/Data, Software Engineer, MLOps Engineer, Tech Journalist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by InfoQ.