Skip to content

Commit

Permalink
Update Inventory for heroku/nodejs
Browse files Browse the repository at this point in the history
### Added

- Node.js 23.0.0 (linux-amd64, linux-arm64)
- Node.js 22.10.0 (linux-amd64, linux-arm64)
  • Loading branch information
heroku-linguist[bot] committed Oct 17, 2024
1 parent df5f1de commit 161b974
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- 23.0.0 (linux-amd64, linux-arm64)
- 22.10.0 (linux-amd64, linux-arm64)

## [3.2.15] - 2024-10-04

### Added
Expand Down
28 changes: 28 additions & 0 deletions buildpacks/nodejs-engine/inventory.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
[[artifacts]]
version = "23.0.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v23.0.0/node-v23.0.0-linux-arm64.tar.gz"
checksum = "sha256:d908fc167d2242a50394e894d4ba258757a8a12b7bef29bd360f4f55c25acf3f"

[[artifacts]]
version = "23.0.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v23.0.0/node-v23.0.0-linux-x64.tar.gz"
checksum = "sha256:702cbc710fcf1102cef1aced74443fee34eff8df4827de30ec970d377ce31d9e"

[[artifacts]]
version = "22.10.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v22.10.0/node-v22.10.0-linux-arm64.tar.gz"
checksum = "sha256:17abee3dfe6ffcda95cab08bb5f43de7f88d04e9607c517e701c6e623358dc7c"

[[artifacts]]
version = "22.10.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v22.10.0/node-v22.10.0-linux-x64.tar.gz"
checksum = "sha256:674fef1891cc9927b5dc2b0ee2399b77f6621e6b3157f563a9e9491ad3db107b"

[[artifacts]]
version = "22.9.0"
os = "linux"
Expand Down

0 comments on commit 161b974

Please sign in to comment.