Skip to content

Commit 97c2be9

Browse files
Update Inventory for heroku/nodejs-engine (#802)
- Added Node.js version 18.20.0. - Added Node.js version 20.12.0. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 3681104 commit 97c2be9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

buildpacks/nodejs-engine/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Added Node.js version 20.12.0.
11+
- Added Node.js version 18.20.0.
1012
## [3.0.1] - 2024-03-11
1113

1214
- Added Node.js version 21.7.1.

buildpacks/nodejs-engine/inventory.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5439,6 +5439,13 @@ arch = "linux-x64"
54395439
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v18.2.0-linux-x64.tar.gz"
54405440
etag = "3e7b3258d258a95ba0e1ad06ed7f482d-6"
54415441

5442+
[[releases]]
5443+
version = "18.20.0"
5444+
channel = "release"
5445+
arch = "linux-x64"
5446+
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v18.20.0-linux-x64.tar.gz"
5447+
etag = "e14d7b25765e676961181ae825e35237-6"
5448+
54425449
[[releases]]
54435450
version = "18.3.0"
54445451
channel = "release"
@@ -5621,6 +5628,13 @@ arch = "linux-x64"
56215628
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.11.1-linux-x64.tar.gz"
56225629
etag = "ad233338a82aa8ad65674d8ac692fcbf-6"
56235630

5631+
[[releases]]
5632+
version = "20.12.0"
5633+
channel = "release"
5634+
arch = "linux-x64"
5635+
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.12.0-linux-x64.tar.gz"
5636+
etag = "6c71dcbb9752eff4a3a26a9d323f0d47-6"
5637+
56245638
[[releases]]
56255639
version = "20.2.0"
56265640
channel = "release"

0 commit comments

Comments
 (0)