Home

Awesome

Node.js Release Working Group

Release schedule

ReleaseStatusCodenameInitial ReleaseActive LTS StartMaintenance StartEnd-of-life
18.xMaintenanceHydrogen2022-04-192022-10-252023-10-182025-04-30
20.xLTSIron2023-04-182023-10-242024-10-222026-04-30
22.xCurrent2024-04-242024-10-292025-10-212027-04-30
23.xPending2024-10-15-2025-04-012025-06-01
24.xPending2025-04-222025-10-282026-10-202028-04-30

Dates are subject to change.

<p><img src="schedule.svg" alt="LTS Schedule"/></p>

The Release schedule is available also as a JSON file.

Release Phases

There are three phases that a Node.js release can be in: 'Current', 'Active Long Term Support (LTS)', and 'Maintenance'. Odd-numbered release lines are not promoted to LTS - they will not go through the 'Active LTS' or 'Maintenance' phases.

Changes required for critical security and bug fixes may lead to semver-major changes landing within a release stream, such situations will be rare and will land as semver-minor. Although, those changes should have a revert option included.

The term 'supported release lines' will be used to refer to all release lines that are not End-of-Life.

End-of-Life Releases

ReleaseStatusCodenameInitial ReleaseActive LTS StartMaintenance LTS StartEnd-of-life
v0.10.xEnd-of-Life-2013-03-11-2015-10-012016-10-31
v0.12.xEnd-of-Life-2015-02-06-2016-04-012016-12-31
4.xEnd-of-LifeArgon2015-09-082015-10-012017-04-012018-04-30
5.xEnd-of-Life2015-10-29-2016-06-30
6.xEnd-of-LifeBoron2016-04-262016-10-182018-04-302019-04-30
7.xEnd-of-Life2016-10-25-2017-06-30
8.xEnd-of-LifeCarbon2017-05-302017-10-312019-01-012019-12-31
9.xEnd-of-Life2017-10-01-2018-06-30
10.xEnd-of-LifeDubnium2018-04-242018-10-302020-05-192021-04-30
11.xEnd-of-Life2018-10-23-2019-06-01
12.xEnd-of-LifeErbium2019-04-232019-10-212020-11-302022-04-30
13.xEnd-of-Life2019-10-22-2020-06-01
14.xEnd-of-LifeFermium2020-04-212020-10-272021-10-192023-04-30
15.xEnd-of-Life2020-10-20-2021-06-01
16.xEnd-of-LifeGallium2021-04-202021-10-262022-10-182023-09-11
17.xEnd-of-Life2021-10-19-2022-06-01
19.xEnd-of-Life2022-10-18-2023-06-01
21.xEnd-of-Life2023-10-17-2024-04-012024-06-01

Mandate

The Release working group's purpose is:

Its responsibilities are:

The Release working group is structured into teams and membership in the working group does not automatically result in membership in these teams. These teams are:

The releasers team is entrusted with the secrets and CI access to be able build and sign releases. Additions to the releasers team must be approved by the TSC following the process outlined in GOVERNANCE.md.

The Long Term Support (LTS) team manages the process/content of LTS releases and the required backporting for these releases. Additions to the LTS team needs sign off from the rest of the LTS team.

The Canary in the Gold Mine (CITGM) team maintains CITGM as one of the key sanity checks for releases. This team maintains the CITGM repository and works to keep CITGM builds running and passing regularly. This also includes maintaining the CI jobs in collaboration with the Build Working Group.

Release Plan

New semver-major releases of Node.js are branched from main every six months. New even-numbered versions are released in April and odd-numbered versions in October.

In coordination with a new odd-numbered major release, the previous even-numbered major version will transition to Long Term Support. The transition to Long Term Support will happen in a semver-minor release and should happen after the new major version is released.

Every even (LTS) major version will be actively maintained for 12 months from the date it enters LTS coverage. Following those 12 months of active support, the major version will transition into "maintenance" mode for 18 months. Prior to Node.js 12, the active period was 18 months and the maintenance period 12 months. See Releases Phases for details of which changes are expected to land during each release phase.

The exact date that a release will be moved to LTS, moved between LTS modes, or deprecated will be chosen no later than the first day of the month it is to change. If the release team plans to change the release date, it will be done with no less than 14 days notice.

All LTS releases will be assigned a codename. A list of expected upcoming codenames is available in CODENAMES.md.

LTS Staging Branches

Every LTS major version has two branches in the GitHub repository: a release branch and a staging branch. The release branch is used to cut new releases. Only members of the @nodejs/releasers team should land commits onto release branches. The staging branch is used to land cherry-picked or backported commits from main that need to be included in a future release. Only members of @nodejs/backporters should land commits onto staging branches.

For example, for Node.js v4, there is a v4.x branch and a v4.x-staging branch. When commits land in main that must be cherry-picked for a future Node.js v4 release, those must be landed into the v4.x-staging branch. When commits are backported for a future Node.js v4 release, those must come in the form of pull requests opened against the v4.x-staging branch. Commits are only landed in the v4.x branch when a new v4.x release is being prepared.

Generally, changes are expected to live in a Current release for at least 2 weeks before being backported. It is possible for a commit to land earlier at the discretion of the Release working group.

The working group members are the union of the LTS, Releasers and CITGM team members listed below.

LTS Team members

<!-- ncu-team-sync.team(nodejs/lts) --> <!-- ncu-team-sync end -->

Backporters team

<!-- ncu-team-sync.team(nodejs/backporters) --> <!-- ncu-team-sync end -->

Releasers team

<!-- ncu-team-sync.team(nodejs/releasers) --> <!-- ncu-team-sync end -->

CITGM team

Emeritus

LTS team

Releasers team