Skip to content

Commit

Permalink
Update Inventory for heroku/nodejs engine
Browse files Browse the repository at this point in the history
- Added Node.js version 18.18.2.
- Added Node.js version 20.8.1.
  • Loading branch information
heroku-linguist[bot] committed Oct 16, 2023
1 parent 3ada8aa commit 141562c
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 @@

## main

- Added Node.js version 20.8.1.
- Added Node.js version 18.18.2.
## v224 (2023-10-11)

- Added Node.js version 18.18.1.
Expand Down
14 changes: 14 additions & 0 deletions inventory/node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5411,6 +5411,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v18.18.1-linux-x64.tar.gz"
etag = "42f1a933e23073a3c891a724e131436c-6"

[[releases]]
version = "18.18.2"
channel = "release"
arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v18.18.2-linux-x64.tar.gz"
etag = "840d418911ebab9041cc40478e88481a-6"

[[releases]]
version = "18.2.0"
channel = "release"
Expand Down Expand Up @@ -5649,6 +5656,13 @@ arch = "linux-x64"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.8.0-linux-x64.tar.gz"
etag = "537d2c2b3f13e969b67e61e4f8ed8a0f-6"

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

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

0 comments on commit 141562c

Please sign in to comment.