Skip to content

Commit dc10350

Browse files
Update Inventory for heroku/nodejs (#948)
### Added - Node.js 22.11.0 (linux-amd64, linux-arm64) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent ddbd28b commit dc10350

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

buildpacks/nodejs-engine/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- 22.11.0 (linux-amd64, linux-arm64)
13+
1014
## [3.2.17] - 2024-10-25
1115

1216
### Added

buildpacks/nodejs-engine/inventory.toml

+14
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ arch = "amd64"
2626
url = "https://nodejs.org/download/release/v23.0.0/node-v23.0.0-linux-x64.tar.gz"
2727
checksum = "sha256:702cbc710fcf1102cef1aced74443fee34eff8df4827de30ec970d377ce31d9e"
2828

29+
[[artifacts]]
30+
version = "22.11.0"
31+
os = "linux"
32+
arch = "arm64"
33+
url = "https://nodejs.org/download/release/v22.11.0/node-v22.11.0-linux-arm64.tar.gz"
34+
checksum = "sha256:27453f7a0dd6b9e6738f1f6ea6a09b102ec7aa484de1e39d6a1c3608ad47aa6a"
35+
36+
[[artifacts]]
37+
version = "22.11.0"
38+
os = "linux"
39+
arch = "amd64"
40+
url = "https://nodejs.org/download/release/v22.11.0/node-v22.11.0-linux-x64.tar.gz"
41+
checksum = "sha256:4f862bab52039835efbe613b532238b6e4dde98d139a34e6923193e073438b13"
42+
2943
[[artifacts]]
3044
version = "22.10.0"
3145
os = "linux"

0 commit comments

Comments
 (0)