File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ - Added Node.js 24.7.0 (linux-amd64)
6
+ - Added Node.js 22.19.0 (linux-amd64)
5
7
6
8
## [ v307] - 2025-08-26
7
9
@@ -1283,4 +1285,4 @@ Accepts `cacheDirectories` array in package.json to override default `node_modul
1283
1285
[ v155 ] : https://github.com/heroku/heroku-buildpack-nodejs/compare/v154...v155
1284
1286
[ v154 ] : https://github.com/heroku/heroku-buildpack-nodejs/compare/v153...v154
1285
1287
[ v153 ] : https://github.com/heroku/heroku-buildpack-nodejs/compare/v152...v153
1286
- [ v152 ] : https://github.com/heroku/heroku-buildpack-nodejs/compare/v151...v152
1288
+ [ v152 ] : https://github.com/heroku/heroku-buildpack-nodejs/compare/v151...v152
Original file line number Diff line number Diff line change
1
+ [[artifacts ]]
2
+ version = " 24.7.0"
3
+ os = " linux"
4
+ arch = " amd64"
5
+ url = " https://nodejs.org/download/release/v24.7.0/node-v24.7.0-linux-x64.tar.gz"
6
+ checksum = " sha256:8cf85258402e056efa041168c9b162a4e3b229ebfad5000850b8941c974e9d5a"
7
+
1
8
[[artifacts ]]
2
9
version = " 24.6.0"
3
10
os = " linux"
@@ -166,6 +173,13 @@ arch = "amd64"
166
173
url = " https://nodejs.org/download/release/v23.0.0/node-v23.0.0-linux-x64.tar.gz"
167
174
checksum = " sha256:702cbc710fcf1102cef1aced74443fee34eff8df4827de30ec970d377ce31d9e"
168
175
176
+ [[artifacts ]]
177
+ version = " 22.19.0"
178
+ os = " linux"
179
+ arch = " amd64"
180
+ url = " https://nodejs.org/download/release/v22.19.0/node-v22.19.0-linux-x64.tar.gz"
181
+ checksum = " sha256:d36e56998220085782c0ca965f9d51b7726335aed2f5fc7321c6c0ad233aa96d"
182
+
169
183
[[artifacts ]]
170
184
version = " 22.18.0"
171
185
os = " linux"
Original file line number Diff line number Diff line change @@ -1506,7 +1506,7 @@ testYarnBuildMetaData() {
1506
1506
select(.install_node_binary_time | type == "number")
1507
1507
select(.install_yarn_binary_memory | type == "number")
1508
1508
select(.install_yarn_binary_time | type == "number")
1509
- select(.node_version == "v22.18.0" )
1509
+ select(.node_version | test( "v22.\\d+\\.\\d+") )
1510
1510
select(.node_version_major == 22)
1511
1511
select(.package_manager == "yarn")
1512
1512
select(.package_manager_version == "1.22.22")
You can’t perform that action at this time.
0 commit comments