Skip to content

Commit

Permalink
Update Inventory for heroku/nodejs-engine (#960)
Browse files Browse the repository at this point in the history
### Added

- Node.js 23.3.0 (linux-amd64, linux-arm64)
- Node.js 20.18.1 (linux-amd64, linux-arm64)

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Nov 22, 2024
1 parent 9c510ae commit c085f05
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.3.0 (linux-amd64, linux-arm64)
- 20.18.1 (linux-amd64, linux-arm64)

## [3.3.2] - 2024-11-13

### 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,17 @@
[[artifacts]]
version = "23.3.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v23.3.0/node-v23.3.0-linux-arm64.tar.gz"
checksum = "sha256:af48591482236007d21665aa2bd3d145f490aa953e85c1ca7a7c7bf04b711341"

[[artifacts]]
version = "23.3.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v23.3.0/node-v23.3.0-linux-x64.tar.gz"
checksum = "sha256:a4ceaf6e41d76017ee56705badc5d492cf3d5feca607c7a7d3ae54f7db14913b"

[[artifacts]]
version = "23.2.0"
os = "linux"
Expand Down Expand Up @@ -418,6 +432,20 @@ arch = "amd64"
url = "https://nodejs.org/download/release/v21.0.0/node-v21.0.0-linux-x64.tar.gz"
checksum = "sha256:013f370f1772197cb4e22f22f2185ee26d2e5f3acdb2f252d11cd214e9a8cdb9"

[[artifacts]]
version = "20.18.1"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v20.18.1/node-v20.18.1-linux-arm64.tar.gz"
checksum = "sha256:73cd297378572e0bc9dfc187c5ec8cca8d43aee6a596c10ebea1ed5f9ec682b6"

[[artifacts]]
version = "20.18.1"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v20.18.1/node-v20.18.1-linux-x64.tar.gz"
checksum = "sha256:259e5a8bf2e15ecece65bd2a47153262eda71c0b2c9700d5e703ce4951572784"

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

0 comments on commit c085f05

Please sign in to comment.