Skip to content

Commit

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

Co-authored-by: joshwlewis <[email protected]>
Co-authored-by: Josh W Lewis <[email protected]>
  • Loading branch information
3 people authored Jul 6, 2023
1 parent 92362ec commit d9e0b74
Show file tree
Hide file tree
Showing 2 changed files with 9 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,7 +2,9 @@

## main

- Added Node.js version 20.4.0.
- Added Yarn version 3.6.1.

## v215 (2023-06-21)

- Added Node.js version 20.3.1, 18.16.1, 16.20.1.
Expand Down
7 changes: 7 additions & 0 deletions inventory/node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5565,6 +5565,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.3.1-linux-x64.tar.gz"
etag = "9f1f86365832de86bbd5f69d708d7b92-6"

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

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

0 comments on commit d9e0b74

Please sign in to comment.