Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Oct 22, 2024
1 parent f968ad4 commit 991dc6e
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.10.0.
- 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 @@ -5922,6 +5922,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v22.1.0-linux-x64.tar.gz"
etag = "c1c5706ffd11190f43a0b18f5e62c5db-7"

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

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

0 comments on commit 991dc6e

Please sign in to comment.