Skip to content

Commit

Permalink
Update Inventory for heroku/nodejs
Browse files Browse the repository at this point in the history
### Added

- Node.js 20.18.0 (linux-amd64, linux-arm64)
  • Loading branch information
heroku-linguist[bot] committed Oct 4, 2024
1 parent f111d3e commit 52e3884
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- 20.18.0 (linux-amd64, linux-arm64)

## [3.2.14] - 2024-09-24

### Added
Expand Down
14 changes: 14 additions & 0 deletions buildpacks/nodejs-engine/inventory.toml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,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.18.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v20.18.0/node-v20.18.0-linux-arm64.tar.gz"
checksum = "sha256:38bccb35c06ee4edbcd00c77976e3fad1d69d2e57c3c0c363d1700a2a2493278"

[[artifacts]]
version = "20.18.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v20.18.0/node-v20.18.0-linux-x64.tar.gz"
checksum = "sha256:24a5d58a1d4c2903478f4b7c3cfd2eeb5cea2cae3baee11a4dc6a1fed25fec6c"

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

0 comments on commit 52e3884

Please sign in to comment.