Skip to content

Commit 671af6f

Browse files
Update Inventory for heroku/nodejs-engine (#794)
- Added Node.js version 21.7.0. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 507c54a commit 671af6f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

buildpacks/nodejs-engine/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Added Node.js version 21.7.0.
1011
- Bump to Buildpack API 0.10.
1112
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
1213

buildpacks/nodejs-engine/inventory.toml

+7
Original file line numberDiff line numberDiff line change
@@ -5768,6 +5768,13 @@ arch = "linux-x64"
57685768
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v21.6.2-linux-x64.tar.gz"
57695769
etag = "1b9429107ff9f90e168fe2ac97bac16a-6"
57705770

5771+
[[releases]]
5772+
version = "21.7.0"
5773+
channel = "release"
5774+
arch = "linux-x64"
5775+
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v21.7.0-linux-x64.tar.gz"
5776+
etag = "17b93378a96909b6135c9583c2cfe3ab-6"
5777+
57715778
[[releases]]
57725779
version = "4.0.0"
57735780
channel = "release"

0 commit comments

Comments
 (0)