Skip to content

Commit 00b5890

Browse files
Update Inventory for heroku/nodejs engine (#1424)
- Added Node.js version 20.19.3. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 3cb5f99 commit 00b5890

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
- Added Node.js version 20.19.3.
56

67
## [v296] - 2025-06-12
78

inventory/node.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5803,6 +5803,13 @@ arch = "linux-x64"
58035803
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.19.2-linux-x64.tar.gz"
58045804
etag = "9a755fe7510dfea030d63ff6c57752e1-6"
58055805

5806+
[[releases]]
5807+
version = "20.19.3"
5808+
channel = "release"
5809+
arch = "linux-x64"
5810+
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.19.3-linux-x64.tar.gz"
5811+
etag = "45b35ec2aa2356ec13051bf71294227d-6"
5812+
58065813
[[releases]]
58075814
version = "20.2.0"
58085815
channel = "release"

0 commit comments

Comments
 (0)