Skip to content

Commit

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

- Node.js 22.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 Jul 3, 2024
1 parent 1c969c5 commit b92fb5f
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

- 22.4.0 (linux-amd64, linux-arm64)

## [3.2.5] - 2024-06-21

### 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 = "22.4.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v22.4.0/node-v22.4.0-linux-arm64.tar.gz"
checksum = "sha256:2157b6eca925abae88bd6543b66e2ebefed7106b7ef34fc792553a303309422e"

[[artifacts]]
version = "22.4.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v22.4.0/node-v22.4.0-linux-x64.tar.gz"
checksum = "sha256:407531c82d4ccffa4231b82086f614f2de2e4008146aff124f7d76ebb87ea45a"

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

0 comments on commit b92fb5f

Please sign in to comment.