Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Colin Casey <casey.colin@gmail.com>
  • Loading branch information
heroku-linguist[bot] and colincasey authored Jul 19, 2024
1 parent db755e1 commit 5ee587c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## [Unreleased]

- Added Node.js version 22.5.1.
- Added warning about Node v22.5.0 issues. ([#1299](https://github.com/heroku/heroku-buildpack-nodejs/pull/1299))


## [v259] - 2024-07-18

- Added Node.js version 22.5.0.
Expand Down
7 changes: 7 additions & 0 deletions inventory/node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5936,6 +5936,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v22.5.0-linux-x64.tar.gz"
etag = "31b7c0c4054ea61bd5cf0fa3ebf84b28-7"

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

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

0 comments on commit 5ee587c

Please sign in to comment.