Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Sep 11, 2023
1 parent 0502331 commit 9dd679d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added Node.js version 20.6.1.
- Added Node.js version 20.6.0.
## [1.1.4] - 2023-08-10

- Added Node.js version 16.20.2.
Expand Down
14 changes: 14 additions & 0 deletions buildpacks/nodejs-engine/inventory.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5607,6 +5607,20 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.5.1-linux-x64.tar.gz"
etag = "f3de44a4f1ce4a000f2119dbfe66c54e-6"

[[releases]]
version = "20.6.0"
channel = "release"
arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.6.0-linux-x64.tar.gz"
etag = "ae54a8c0c43e65a0d6656a8c58b17128-6"

[[releases]]
version = "20.6.1"
channel = "release"
arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.6.1-linux-x64.tar.gz"
etag = "31337a8bf7b975a112c982cb59634fb6-6"

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

0 comments on commit 9dd679d

Please sign in to comment.