Skip to content

Commit

Permalink
Merge branch 'main' into update-yarn-inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
colincasey authored Aug 27, 2024
2 parents 90c05b0 + e33d473 commit 066a94d
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.
- Added Yarn version 4.4.1.
- Added Yarn version 3.8.5.
- Add support for auto-detecting `pnpm test` during Heroku CI runs. ([#1308](https://github.com/heroku/heroku-buildpack-nodejs/pull/1308))
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 066a94d

Please sign in to comment.