Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Jul 3, 2024
1 parent 4df6605 commit b1a12e0
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 22.4.0.
- Added Yarn version 4.3.1.
- Added Yarn version 3.8.3.

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

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

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

0 comments on commit b1a12e0

Please sign in to comment.