Skip to content

Commit

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

- Node.js 23.4.0 (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 Dec 11, 2024
1 parent 60150fe commit 526c9bd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- 23.4.0 (linux-amd64, linux-arm64)

## [3.3.4] - 2024-12-05

### Added
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.4.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v23.4.0/node-v23.4.0-linux-arm64.tar.gz"
checksum = "sha256:69b3cfd03a9dee46254f3308f5a74fd282f29854a604a88a4bbedc2f83b0b8e3"

[[artifacts]]
version = "23.4.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v23.4.0/node-v23.4.0-linux-x64.tar.gz"
checksum = "sha256:2d5ae1dfa7f67e96b23d1d1ff51b8c76c7ec51fbfb7c4c1f010101b9557a2a86"

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

0 comments on commit 526c9bd

Please sign in to comment.