From 161b974842514847d0e2ffb1e276fd7cc3a5b8e5 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 04:05:45 +0000 Subject: [PATCH] Update Inventory for heroku/nodejs ### Added - Node.js 23.0.0 (linux-amd64, linux-arm64) - Node.js 22.10.0 (linux-amd64, linux-arm64) --- buildpacks/nodejs-engine/CHANGELOG.md | 5 +++++ buildpacks/nodejs-engine/inventory.toml | 28 +++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/buildpacks/nodejs-engine/CHANGELOG.md b/buildpacks/nodejs-engine/CHANGELOG.md index 9f75f7b3..410b682b 100644 --- a/buildpacks/nodejs-engine/CHANGELOG.md +++ b/buildpacks/nodejs-engine/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- 23.0.0 (linux-amd64, linux-arm64) +- 22.10.0 (linux-amd64, linux-arm64) + ## [3.2.15] - 2024-10-04 ### Added diff --git a/buildpacks/nodejs-engine/inventory.toml b/buildpacks/nodejs-engine/inventory.toml index 0d3c410a..08ddbb70 100644 --- a/buildpacks/nodejs-engine/inventory.toml +++ b/buildpacks/nodejs-engine/inventory.toml @@ -1,3 +1,31 @@ +[[artifacts]] +version = "23.0.0" +os = "linux" +arch = "arm64" +url = "https://nodejs.org/download/release/v23.0.0/node-v23.0.0-linux-arm64.tar.gz" +checksum = "sha256:d908fc167d2242a50394e894d4ba258757a8a12b7bef29bd360f4f55c25acf3f" + +[[artifacts]] +version = "23.0.0" +os = "linux" +arch = "amd64" +url = "https://nodejs.org/download/release/v23.0.0/node-v23.0.0-linux-x64.tar.gz" +checksum = "sha256:702cbc710fcf1102cef1aced74443fee34eff8df4827de30ec970d377ce31d9e" + +[[artifacts]] +version = "22.10.0" +os = "linux" +arch = "arm64" +url = "https://nodejs.org/download/release/v22.10.0/node-v22.10.0-linux-arm64.tar.gz" +checksum = "sha256:17abee3dfe6ffcda95cab08bb5f43de7f88d04e9607c517e701c6e623358dc7c" + +[[artifacts]] +version = "22.10.0" +os = "linux" +arch = "amd64" +url = "https://nodejs.org/download/release/v22.10.0/node-v22.10.0-linux-x64.tar.gz" +checksum = "sha256:674fef1891cc9927b5dc2b0ee2399b77f6621e6b3157f563a9e9491ad3db107b" + [[artifacts]] version = "22.9.0" os = "linux"