Skip to content

Commit 0f6cb8e

Browse files
Update Inventory for heroku/nodejs-engine (#1066)
### Added - Node.js 23.11.0 (linux-amd64, linux-arm64) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7bc6fc2 commit 0f6cb8e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

buildpacks/nodejs-engine/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
12+
- 23.11.0 (linux-amd64, linux-arm64)
13+
1014
## [3.5.2] - 2025-03-28
1115

1216
### Added

buildpacks/nodejs-engine/inventory.toml

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

0 commit comments

Comments
 (0)