Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Colin Casey <[email protected]>
  • Loading branch information
heroku-linguist[bot] and colincasey authored Oct 22, 2024
1 parent cd16209 commit f968ad4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

- Added Node.js version 23.0.0.
- Added Yarn version 4.5.1.
- Added Yarn version 3.8.6.

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

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

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

0 comments on commit f968ad4

Please sign in to comment.