Skip to content

Commit 3fb40ba

Browse files
committed
feat: update previous releases page to new schedule
1 parent 5a6d7d2 commit 3fb40ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/site/pages/en/about/previous-releases.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ layout: about
1010
Major Node.js versions enter _Current_ release status for six months, which gives library authors time to add support for them.
1111
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.
1212
_LTS_ release status is "long-term support", which typically guarantees that critical bugs will be fixed for a total of 30 months.
13-
Production applications should only use _Active LTS_ or _Maintenance LTS_ releases.
13+
Production applications should only use LTS releases.
1414

1515
## Release Schedule
1616

17-
![Releases](https://raw.githubusercontent.com/nodejs/Release/main/schedule.svg?sanitize=true)
17+
![New Node.js Release Schedule](/static/images/blog/announcements/2026-new-release-schedule.svg)
1818

1919
Full details regarding the Node.js release schedule are available [on GitHub](https://github.com/nodejs/release#release-schedule).
2020

packages/i18n/src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"ltsVersionFeaturesNotice": "Want new features sooner? Get the <link>latest Node.js version</link> instead and try the latest improvements!"
9494
},
9595
"eolAlert": {
96-
"message": "Commercial support for versions past the Maintenance LTS phase is available through our <link>OpenJS Ecosystem Sustainability Program partners</link>"
96+
"message": "Commercial support for versions past the LTS phase is available through our <link>OpenJS Ecosystem Sustainability Program partners</link>"
9797
},
9898
"eolChip": {
9999
"severity": {

0 commit comments

Comments
 (0)