Skip to content

Commit

Permalink
Update Node.js Engine Inventory (#1129)
Browse files Browse the repository at this point in the history
* Update Inventory for heroku/nodejs engine

- Added Node.js version 16.20.2.

* Update CHANGELOG.md

---------

Co-authored-by: joshwlewis <joshwlewis@users.noreply.github.com>
Co-authored-by: Colin Casey <casey.colin@gmail.com>
  • Loading branch information
3 people authored Aug 10, 2023
1 parent 09ca417 commit 69c8cc9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## main

- Added Node.js version 16.20.2.
- Added Node.js version 18.17.1.
- Added Node.js version 20.5.1.

## v218 (2023-07-24)

- Added Node.js version 20.5.0.
Expand Down
21 changes: 21 additions & 0 deletions inventory/node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5096,6 +5096,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v16.20.1-linux-x64.tar.gz"
etag = "313de9955d2e869fd3a3dc80bde922b9-5"

[[releases]]
version = "16.20.2"
channel = "release"
arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v16.20.2-linux-x64.tar.gz"
etag = "340ee5fabdbd527b9ae833c3e6b88d3b-5"

[[releases]]
version = "16.3.0"
channel = "release"
Expand Down Expand Up @@ -5383,6 +5390,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v18.17.0-linux-x64.tar.gz"
etag = "85fc8af719a2480b4104d663b30ea0b4-6"

[[releases]]
version = "18.17.1"
channel = "release"
arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v18.17.1-linux-x64.tar.gz"
etag = "40bed92d4aebcdbb9cee979e1f03859e-6"

[[releases]]
version = "18.2.0"
channel = "release"
Expand Down Expand Up @@ -5586,6 +5600,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.5.0-linux-x64.tar.gz"
etag = "4cdf6ecb33b6e7c2c6b0e180ba2da698-6"

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

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

0 comments on commit 69c8cc9

Please sign in to comment.