Skip to content

Commit 5ad7b5e

Browse files
Update Inventory for heroku/nodejs-engine
### Added - Node.js 25.0.0 (linux-amd64) - Node.js 22.21.0 (linux-amd64)
1 parent a937a7f commit 5ad7b5e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
- Added Node.js 25.0.0 (linux-amd64)
6+
- Added Node.js 22.21.0 (linux-amd64)
57

68
## [v314] - 2025-10-09
79

inventory/node.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[[artifacts]]
2+
version = "25.0.0"
3+
os = "linux"
4+
arch = "amd64"
5+
url = "https://nodejs.org/download/release/v25.0.0/node-v25.0.0-linux-x64.tar.gz"
6+
checksum = "sha256:28dd46a6733192647d7c8267343f5a3f1c616f773c448e2c0d2539ae70724b40"
7+
18
[[artifacts]]
29
version = "24.10.0"
310
os = "linux"
@@ -194,6 +201,13 @@ arch = "amd64"
194201
url = "https://nodejs.org/download/release/v23.0.0/node-v23.0.0-linux-x64.tar.gz"
195202
checksum = "sha256:702cbc710fcf1102cef1aced74443fee34eff8df4827de30ec970d377ce31d9e"
196203

204+
[[artifacts]]
205+
version = "22.21.0"
206+
os = "linux"
207+
arch = "amd64"
208+
url = "https://nodejs.org/download/release/v22.21.0/node-v22.21.0-linux-x64.tar.gz"
209+
checksum = "sha256:262b84b02f7e2bc017d4bdb81fec85ca0d6190a5cd0781d2d6e84317c08871f8"
210+
197211
[[artifacts]]
198212
version = "22.20.0"
199213
os = "linux"

0 commit comments

Comments
 (0)