Skip to content

Commit

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

- Node.js 23.5.0 (linux-amd64, linux-arm64)
  • Loading branch information
heroku-linguist[bot] committed Dec 20, 2024
1 parent cfceb87 commit 11a49ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.0] - 2024-12-13
### Added

- No changes.
- 23.5.0 (linux-amd64, linux-arm64)

## [3.4.0] - 2024-12-13

## [3.3.5] - 2024-12-11

Expand Down
14 changes: 14 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.5.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v23.5.0/node-v23.5.0-linux-arm64.tar.gz"
checksum = "sha256:209018ce7a867f5082cbdfdc91f379f49d021a58252cc65c5488c591004a750c"

[[artifacts]]
version = "23.5.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v23.5.0/node-v23.5.0-linux-x64.tar.gz"
checksum = "sha256:72ca246aafffeac41486bf5594b0223f9a28e7c3d9081a07884b75cc21cf9e8a"

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

0 comments on commit 11a49ba

Please sign in to comment.