Skip to content

Commit 0ff47e2

Browse files
Update Inventory for heroku/nodejs-npm-engine (#1107)
- Added npm version 11.4.0. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent f2f9f0a commit 0ff47e2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

buildpacks/nodejs-npm-engine/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
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 npm version 11.4.0.
1011
## [3.6.4] - 2025-05-09
1112

1213
- No changes.

buildpacks/nodejs-npm-engine/inventory.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ channel = "release"
156156
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/npm/release/npm-v11.3.0.tar.gz"
157157
etag = "30bf6bd462edaaadee6dfcd08edef5ff"
158158

159+
[[releases]]
160+
version = "11.4.0"
161+
channel = "release"
162+
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/npm/release/npm-v11.4.0.tar.gz"
163+
etag = "c87e149185e8a4b1afe29b73e11bc4ba"
164+
159165
[[releases]]
160166
version = "8.0.0"
161167
channel = "release"

0 commit comments

Comments
 (0)