Skip to content

Commit 960334f

Browse files
Update Inventory for heroku/nodejs-engine (#1019)
### Added - Node.js 23.8.0 (linux-amd64, linux-arm64) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent e6fa0d6 commit 960334f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

buildpacks/nodejs-engine/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [3.4.7] - 2025-02-12
10+
### Added
1111

12-
- No changes.
12+
- 23.8.0 (linux-amd64, linux-arm64)
13+
14+
## [3.4.7] - 2025-02-12
1315

1416
## [3.4.6] - 2025-02-11
1517

buildpacks/nodejs-engine/inventory.toml

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
[[artifacts]]
2+
version = "23.8.0"
3+
os = "linux"
4+
arch = "arm64"
5+
url = "https://nodejs.org/download/release/v23.8.0/node-v23.8.0-linux-arm64.tar.gz"
6+
checksum = "sha256:d603dcce61cd8f27440bd0cdb2688f5963a7ac6cd0f425e5c9ae8c93cfaaa134"
7+
8+
[[artifacts]]
9+
version = "23.8.0"
10+
os = "linux"
11+
arch = "amd64"
12+
url = "https://nodejs.org/download/release/v23.8.0/node-v23.8.0-linux-x64.tar.gz"
13+
checksum = "sha256:f6d98bbdd0a4078c1e422a6a1d8bf07ad693a4dd793bb5772990456faeca6e95"
14+
115
[[artifacts]]
216
version = "23.7.0"
317
os = "linux"

0 commit comments

Comments
 (0)