Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/_posts/languages/nodejs/2000-01-01-start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Node.js
nav: Introduction
modified_at: 2026-06-22 12:00:00
modified_at: 2026-06-26 12:00:00
tags: nodejs
index: 1
---
Expand All @@ -22,9 +22,9 @@ The following Node.js versions are available:

| Node.js version | `scalingo-22` ([EOL]) | `scalingo-24` | `scalingo-26` |
| --------------: | --------------------: | --------------: | --------------: |
| `v26` | up to `26.3.1` | up to `26.3.1` | up to `26.3.1` |
| `v24` (LTS) | up to `24.17.0` | up to `24.17.0` | up to `24.17.0` |
| `v22` (LTS) | up to `22.23.0` | up to `22.23.0` | up to `22.23.0` |
| `v26` | up to `26.4.0` | up to `26.4.0` | up to `26.4.0` |
| `v24` (LTS) | up to `24.18.0` | up to `24.18.0` | up to `24.18.0` |
| `v22` (LTS) | up to `22.23.1` | up to `22.23.1` | up to `22.23.1` |

{% include scalingo_22_deprecation_note.md %}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
modified_at: 2026-06-26 12:00:00
title: 'Node.js - Node.js 22.23.1, 24.18.0, and 26.4.0 are now available'
github: 'https://github.com/Scalingo/nodejs-buildpack'
---

Node.js `22.23.1`, `24.18.0`, and `26.4.0` are now available.

[Changelogs]
- [`26.4.0`](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V26.md#26.4.0)
- [`24.18.0`](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V24.md#24.18.0)
- [`22.23.1`](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.23.1)