Skip to content

Commit b1fee1f

Browse files
schneemsswrobel
andauthored
Update Node version to 24.x LTS (heroku#1704)
* Update Node version to 24.x LTS Node 24 [has been LTS since October 2025](https://nodejs.org/en/blog/release/v24.11.0) Signed-off-by: Stefan Wrobel <swrobel@users.noreply.github.com> * Changelog * Apply suggestions from code review Co-authored-by: Stefan Wrobel <swrobel@users.noreply.github.com> Signed-off-by: Richard Schneeman <richard.schneeman+no-recruiters@gmail.com> --------- Signed-off-by: Stefan Wrobel <swrobel@users.noreply.github.com> Signed-off-by: Richard Schneeman <richard.schneeman+no-recruiters@gmail.com> Co-authored-by: Stefan Wrobel <swrobel@users.noreply.github.com>
1 parent f8072d1 commit b1fee1f

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
- Default Node.js version now 24.13.0 (https://github.com/heroku/heroku-buildpack-ruby/pull/1704)
56

67
## [v344] - 2026-01-14
78

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Ruby apps now default to Node version 24.13.0
2+
3+
Applications using the `heroku/ruby` buildpack that do not have a version of Node installed by another buildpack (such as the `heroku/nodejs` buildpack) will now receive:
4+
5+
- Node version 24.13.0
6+
7+
These versions and instructions on how to specify a specific version of these binaries can be found on the [installed binaries section of the Heroku Ruby Support page](https://devcenter.heroku.com/articles/ruby-support#installed-binaries).

lib/language_pack/helpers/nodebin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'json'
22

33
class LanguagePack::Helpers::Nodebin
4-
NODE_VERSION = "22.11.0"
4+
NODE_VERSION = "24.13.0"
55
YARN_VERSION = "1.22.22"
66

77
def self.hardcoded_node_lts(arch: )

0 commit comments

Comments
 (0)