Skip to content

Commit

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

- Node.js 22.9.0 (linux-amd64, linux-arm64)

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Colin Casey <casey.colin@gmail.com>
  • Loading branch information
heroku-linguist[bot] and colincasey committed Sep 24, 2024
1 parent 50a8e7d commit ec50d1c
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.9.0 (linux-amd64, linux-arm64)

### Fixed

- Fix `heroku/nodejs-engine` layer misconfiguration for `web_env` and
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.9.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v22.9.0/node-v22.9.0-linux-arm64.tar.gz"
checksum = "sha256:4497750edeba40349fae55c058103a7c3c606adb209839c087739d2184c25d8a"

[[artifacts]]
version = "22.9.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v22.9.0/node-v22.9.0-linux-x64.tar.gz"
checksum = "sha256:1efa7ba49fbb80b2110ebed50224705ca23b1edbdd1e3210e293faa006540488"

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

0 comments on commit ec50d1c

Please sign in to comment.