Skip to content

Commit

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

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Aug 27, 2024
1 parent 976d5e0 commit e33d473
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 22.7.0.
- Added Node.js version 20.17.0.
- Add support for auto-detecting `pnpm test` during Heroku CI runs. ([#1308](https://github.com/heroku/heroku-buildpack-nodejs/pull/1308))

## [v262] - 2024-08-12
Expand Down
14 changes: 14 additions & 0 deletions inventory/node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5719,6 +5719,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.16.0-linux-x64.tar.gz"
etag = "5ea270dc44c99730677e9f2d61119bec-6"

[[releases]]
version = "20.17.0"
channel = "release"
arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.17.0-linux-x64.tar.gz"
etag = "9fee43a3988168f70064cb2cdf92146c-6"

[[releases]]
version = "20.2.0"
channel = "release"
Expand Down Expand Up @@ -5957,6 +5964,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v22.6.0-linux-x64.tar.gz"
etag = "8c064c474fff1bc60d839681793b93f8-7"

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

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

0 comments on commit e33d473

Please sign in to comment.