Skip to content

Commit

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

- Node.js 23.2.0 (linux-amd64, linux-arm64)
- Node.js 18.20.5 (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 Nov 13, 2024
1 parent 2e00edc commit b68041a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
7 changes: 5 additions & 2 deletions buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.1] - 2024-11-06
### Added

- No changes.
- 23.2.0 (linux-amd64, linux-arm64)
- 18.20.5 (linux-amd64, linux-arm64)

## [3.3.1] - 2024-11-06

## [3.3.0] - 2024-10-31

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 = "23.2.0"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v23.2.0/node-v23.2.0-linux-arm64.tar.gz"
checksum = "sha256:987045f6b23dc9c6514ecae89bc5d116851992812698558d9641fd9bc34645ff"

[[artifacts]]
version = "23.2.0"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v23.2.0/node-v23.2.0-linux-x64.tar.gz"
checksum = "sha256:b88f5d5b6f9a17818a85b7afbf325700434fc8755cec105c7709c6fd363b17ca"

[[artifacts]]
version = "23.1.0"
os = "linux"
Expand Down Expand Up @@ -978,6 +992,20 @@ arch = "amd64"
url = "https://nodejs.org/download/release/v19.0.0/node-v19.0.0-linux-x64.tar.gz"
checksum = "sha256:857f4dde358a8b23afab47ebdc685ae736bcfeac1258c2dddae3648f6a03a77a"

[[artifacts]]
version = "18.20.5"
os = "linux"
arch = "arm64"
url = "https://nodejs.org/download/release/v18.20.5/node-v18.20.5-linux-arm64.tar.gz"
checksum = "sha256:759cfb9f76a1019daf65db9c2e5e43074ee660ec9b9ff3f31dcc4a88cca671e9"

[[artifacts]]
version = "18.20.5"
os = "linux"
arch = "amd64"
url = "https://nodejs.org/download/release/v18.20.5/node-v18.20.5-linux-x64.tar.gz"
checksum = "sha256:e7b80346bb586790ac6b29aa25c96716fcdf6039a6929c2ed506cec09cebc3c0"

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

0 comments on commit b68041a

Please sign in to comment.