Skip to content

Commit

Permalink
Update Inventory for heroku/nodejs (#909)
Browse files Browse the repository at this point in the history
### 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>
  • Loading branch information
heroku-linguist[bot] authored Aug 27, 2024
1 parent ac19ea7 commit dbab081
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- 22.7.0 (linux-amd64, linux-arm64)
- 20.17.0 (linux-amd64, linux-arm64)

## [3.2.11] - 2024-08-12

### Added
Expand Down
28 changes: 28 additions & 0 deletions buildpacks/nodejs-engine/inventory.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
[[artifacts]]
version = "22.7.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v22.7.0/node-v22.7.0-linux-arm64.tar.gz"
checksum = "sha256:46c8ef50c2e02dbc95af0bee8126f648eedd9d0c6a0a2bede1c5ffb82dfd3ea9"

[[artifacts]]
version = "22.7.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v22.7.0/node-v22.7.0-linux-x64.tar.gz"
checksum = "sha256:e5be0590039a0aaf699d6b4f31c780b2a467f7f37e71c20c95364933715daa05"

[[artifacts]]
version = "22.6.0"
os = "linux"
Expand Down Expand Up @@ -306,6 +320,20 @@ arch = "amd64"
url = "https://nodejs.org/download/release/v21.0.0/node-v21.0.0-linux-x64.tar.gz"
checksum = "sha256:013f370f1772197cb4e22f22f2185ee26d2e5f3acdb2f252d11cd214e9a8cdb9"

[[artifacts]]
version = "20.17.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v20.17.0/node-v20.17.0-linux-arm64.tar.gz"
checksum = "sha256:18afbf2781edfcc9918343f4bf74a8c35d74d778b85d40a0c09b232adc0ea82c"

[[artifacts]]
version = "20.17.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v20.17.0/node-v20.17.0-linux-x64.tar.gz"
checksum = "sha256:21e656f6f4e34080ddc5d75fbfe58ce8482fe6e70a76aeae14afdcdc1e23079d"

[[artifacts]]
version = "20.16.0"
os = "linux"
Expand Down

0 comments on commit dbab081

Please sign in to comment.