Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Jan 8, 2025
1 parent ba488c2 commit 9706ed2
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.6.0.
- Added Node.js version 22.13.0.

## [v276] - 2025-01-07

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

[[releases]]
version = "22.13.0"
channel = "release"
arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v22.13.0-linux-x64.tar.gz"
etag = "31b07c864ec9ef9e4fb2014259a6b73d-7"

[[releases]]
version = "22.2.0"
channel = "release"
Expand Down Expand Up @@ -6069,6 +6076,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v23.5.0-linux-x64.tar.gz"
etag = "660e7ae9efdfbb9436ffc4e8ec0be1c9-7"

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

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

0 comments on commit 9706ed2

Please sign in to comment.