Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Nov 13, 2024
1 parent 2508a4c commit 89db840
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Added Node.js version 23.2.0.
- Added Node.js version 18.20.5.

## [v269] - 2024-10-31

Expand Down
14 changes: 14 additions & 0 deletions inventory/node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5474,6 +5474,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v18.20.4-linux-x64.tar.gz"
etag = "15e58f64e117b934389ca0c03da8af9f-6"

[[releases]]
version = "18.20.5"
channel = "release"
arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v18.20.5-linux-x64.tar.gz"
etag = "3a3efb423103bce10784b051f8fb0678-6"

[[releases]]
version = "18.3.0"
channel = "release"
Expand Down Expand Up @@ -6020,6 +6027,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v23.1.0-linux-x64.tar.gz"
etag = "0aa07afa96eab6944f3eff35da8bc101-7"

[[releases]]
version = "23.2.0"
channel = "release"
arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v23.2.0-linux-x64.tar.gz"
etag = "b2e2c6acdb75690551238c1418b5af8c-7"

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

0 comments on commit 89db840

Please sign in to comment.