Skip to content

Commit dbab081

Browse files
Update Inventory for heroku/nodejs (#909)
### Added - Node.js 22.7.0 (linux-amd64, linux-arm64) - Node.js 20.17.0 (linux-amd64, linux-arm64) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent ac19ea7 commit dbab081

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

buildpacks/nodejs-engine/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- 22.7.0 (linux-amd64, linux-arm64)
13+
- 20.17.0 (linux-amd64, linux-arm64)
14+
1015
## [3.2.11] - 2024-08-12
1116

1217
### Added

buildpacks/nodejs-engine/inventory.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
[[artifacts]]
2+
version = "22.7.0"
3+
os = "linux"
4+
arch = "arm64"
5+
url = "https://nodejs.org/download/release/v22.7.0/node-v22.7.0-linux-arm64.tar.gz"
6+
checksum = "sha256:46c8ef50c2e02dbc95af0bee8126f648eedd9d0c6a0a2bede1c5ffb82dfd3ea9"
7+
8+
[[artifacts]]
9+
version = "22.7.0"
10+
os = "linux"
11+
arch = "amd64"
12+
url = "https://nodejs.org/download/release/v22.7.0/node-v22.7.0-linux-x64.tar.gz"
13+
checksum = "sha256:e5be0590039a0aaf699d6b4f31c780b2a467f7f37e71c20c95364933715daa05"
14+
115
[[artifacts]]
216
version = "22.6.0"
317
os = "linux"
@@ -306,6 +320,20 @@ arch = "amd64"
306320
url = "https://nodejs.org/download/release/v21.0.0/node-v21.0.0-linux-x64.tar.gz"
307321
checksum = "sha256:013f370f1772197cb4e22f22f2185ee26d2e5f3acdb2f252d11cd214e9a8cdb9"
308322

323+
[[artifacts]]
324+
version = "20.17.0"
325+
os = "linux"
326+
arch = "arm64"
327+
url = "https://nodejs.org/download/release/v20.17.0/node-v20.17.0-linux-arm64.tar.gz"
328+
checksum = "sha256:18afbf2781edfcc9918343f4bf74a8c35d74d778b85d40a0c09b232adc0ea82c"
329+
330+
[[artifacts]]
331+
version = "20.17.0"
332+
os = "linux"
333+
arch = "amd64"
334+
url = "https://nodejs.org/download/release/v20.17.0/node-v20.17.0-linux-x64.tar.gz"
335+
checksum = "sha256:21e656f6f4e34080ddc5d75fbfe58ce8482fe6e70a76aeae14afdcdc1e23079d"
336+
309337
[[artifacts]]
310338
version = "20.16.0"
311339
os = "linux"

0 commit comments

Comments
 (0)