Skip to content

Commit

Permalink
Update Inventory for heroku/nodejs-engine (#598)
Browse files Browse the repository at this point in the history
- Added Node.js version 18.17.0.

Co-authored-by: colincasey <[email protected]>
  • Loading branch information
heroku-linguist[bot] and colincasey authored Jul 19, 2023
1 parent 2f82b7b commit 850349d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added Node.js version 18.17.0.
## [1.1.1] - 2023-07-07

- Added Node.js version 20.4.0.
Expand Down
7 changes: 7 additions & 0 deletions buildpacks/nodejs-engine/inventory.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5376,6 +5376,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v18.16.1-linux-x64.tar.gz"
etag = "8575aa84fc0fe642d2ee88d671093b45-6"

[[releases]]
version = "18.17.0"
channel = "release"
arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v18.17.0-linux-x64.tar.gz"
etag = "85fc8af719a2480b4104d663b30ea0b4-6"

[[releases]]
version = "18.2.0"
channel = "release"
Expand Down

0 comments on commit 850349d

Please sign in to comment.