Skip to content

Commit 82b5400

Browse files
Update Node.js Inventory (#1166)
* Update Inventory for heroku/nodejs-engine ### Added - Node.js 24.7.0 (linux-amd64, linux-arm64) - Node.js 22.19.0 (linux-amd64, linux-arm64) * Update snapshots --------- Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> Co-authored-by: Colin Casey <[email protected]>
1 parent d13a34f commit 82b5400

33 files changed

+182
-149
lines changed

buildpacks/nodejs-corepack/tests/snapshots/corepack_npm_10.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ heroku/nodejs-npm-install <buildpack-version>
1616

1717
- Checking Node.js version
1818
- Node.js version not specified, using `22.x`
19-
- Resolved Node.js version: `22.18.0`
19+
- Resolved Node.js version: `22.19.0`
2020
- Installing Node.js distribution
21-
- GET https://nodejs.org/download/release/v22.18.0/node-v22.18.0-<arch>.tar.gz ... (OK)
21+
- GET https://nodejs.org/download/release/v22.19.0/node-v22.19.0-<arch>.tar.gz ... (OK)
2222
- Downloading ... (<time_elapsed>)
2323
- Verifying checksum
24-
- Extracting Node.js `22.18.0 (<arch>)`
25-
- Installing Node.js `22.18.0 (<arch>)` ... (<time_elapsed>)
24+
- Extracting Node.js `22.19.0 (<arch>)`
25+
- Installing Node.js `22.19.0 (<arch>)` ... (<time_elapsed>)
2626
- Done (finished in <time_elapsed>)
2727

2828
## Heroku Node.js Corepack
2929

30-
- Using Corepack version `0.33.0`
30+
- Using Corepack version `0.34.0`
3131
- Found `packageManager` set to `[email protected]` in `package.json`
3232
- Enabling Corepack
3333
- Creating Corepack shims

buildpacks/nodejs-corepack/tests/snapshots/corepack_npm_8.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ heroku/nodejs-npm-install <buildpack-version>
1616

1717
- Checking Node.js version
1818
- Node.js version not specified, using `22.x`
19-
- Resolved Node.js version: `22.18.0`
19+
- Resolved Node.js version: `22.19.0`
2020
- Installing Node.js distribution
21-
- GET https://nodejs.org/download/release/v22.18.0/node-v22.18.0-<arch>.tar.gz ... (OK)
21+
- GET https://nodejs.org/download/release/v22.19.0/node-v22.19.0-<arch>.tar.gz ... (OK)
2222
- Downloading ... (<time_elapsed>)
2323
- Verifying checksum
24-
- Extracting Node.js `22.18.0 (<arch>)`
25-
- Installing Node.js `22.18.0 (<arch>)` ... (<time_elapsed>)
24+
- Extracting Node.js `22.19.0 (<arch>)`
25+
- Installing Node.js `22.19.0 (<arch>)` ... (<time_elapsed>)
2626
- Done (finished in <time_elapsed>)
2727

2828
## Heroku Node.js Corepack
2929

30-
- Using Corepack version `0.33.0`
30+
- Using Corepack version `0.34.0`
3131
- Found `packageManager` set to `[email protected]` in `package.json`
3232
- Enabling Corepack
3333
- Creating Corepack shims

buildpacks/nodejs-corepack/tests/snapshots/corepack_pnpm_7.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ heroku/nodejs-pnpm-install <buildpack-version>
1515

1616
- Checking Node.js version
1717
- Node.js version not specified, using `22.x`
18-
- Resolved Node.js version: `22.18.0`
18+
- Resolved Node.js version: `22.19.0`
1919
- Installing Node.js distribution
20-
- GET https://nodejs.org/download/release/v22.18.0/node-v22.18.0-<arch>.tar.gz ... (OK)
20+
- GET https://nodejs.org/download/release/v22.19.0/node-v22.19.0-<arch>.tar.gz ... (OK)
2121
- Downloading ... (<time_elapsed>)
2222
- Verifying checksum
23-
- Extracting Node.js `22.18.0 (<arch>)`
24-
- Installing Node.js `22.18.0 (<arch>)` ... (<time_elapsed>)
23+
- Extracting Node.js `22.19.0 (<arch>)`
24+
- Installing Node.js `22.19.0 (<arch>)` ... (<time_elapsed>)
2525
- Done (finished in <time_elapsed>)
2626

2727
## Heroku Node.js Corepack
2828

29-
- Using Corepack version `0.33.0`
29+
- Using Corepack version `0.34.0`
3030
- Found `packageManager` set to `[email protected]` in `package.json`
3131
- Enabling Corepack
3232
- Creating Corepack shims

buildpacks/nodejs-corepack/tests/snapshots/corepack_pnpm_8.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ heroku/nodejs-pnpm-install <buildpack-version>
1515

1616
- Checking Node.js version
1717
- Node.js version not specified, using `22.x`
18-
- Resolved Node.js version: `22.18.0`
18+
- Resolved Node.js version: `22.19.0`
1919
- Installing Node.js distribution
20-
- GET https://nodejs.org/download/release/v22.18.0/node-v22.18.0-<arch>.tar.gz ... (OK)
20+
- GET https://nodejs.org/download/release/v22.19.0/node-v22.19.0-<arch>.tar.gz ... (OK)
2121
- Downloading ... (<time_elapsed>)
2222
- Verifying checksum
23-
- Extracting Node.js `22.18.0 (<arch>)`
24-
- Installing Node.js `22.18.0 (<arch>)` ... (<time_elapsed>)
23+
- Extracting Node.js `22.19.0 (<arch>)`
24+
- Installing Node.js `22.19.0 (<arch>)` ... (<time_elapsed>)
2525
- Done (finished in <time_elapsed>)
2626

2727
## Heroku Node.js Corepack
2828

29-
- Using Corepack version `0.33.0`
29+
- Using Corepack version `0.34.0`
3030
- Found `packageManager` set to `[email protected]` in `package.json`
3131
- Enabling Corepack
3232
- Creating Corepack shims

buildpacks/nodejs-corepack/tests/snapshots/corepack_yarn_2.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ heroku/nodejs-yarn <buildpack-version>
1515

1616
- Checking Node.js version
1717
- Node.js version not specified, using `22.x`
18-
- Resolved Node.js version: `22.18.0`
18+
- Resolved Node.js version: `22.19.0`
1919
- Installing Node.js distribution
20-
- GET https://nodejs.org/download/release/v22.18.0/node-v22.18.0-<arch>.tar.gz ... (OK)
20+
- GET https://nodejs.org/download/release/v22.19.0/node-v22.19.0-<arch>.tar.gz ... (OK)
2121
- Downloading ... (<time_elapsed>)
2222
- Verifying checksum
23-
- Extracting Node.js `22.18.0 (<arch>)`
24-
- Installing Node.js `22.18.0 (<arch>)` ... (<time_elapsed>)
23+
- Extracting Node.js `22.19.0 (<arch>)`
24+
- Installing Node.js `22.19.0 (<arch>)` ... (<time_elapsed>)
2525
- Done (finished in <time_elapsed>)
2626

2727
## Heroku Node.js Corepack
2828

29-
- Using Corepack version `0.33.0`
29+
- Using Corepack version `0.34.0`
3030
- Found `packageManager` set to `[email protected]` in `package.json`
3131
- Enabling Corepack
3232
- Creating Corepack shims

buildpacks/nodejs-corepack/tests/snapshots/corepack_yarn_3.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ heroku/nodejs-yarn <buildpack-version>
1515

1616
- Checking Node.js version
1717
- Node.js version not specified, using `22.x`
18-
- Resolved Node.js version: `22.18.0`
18+
- Resolved Node.js version: `22.19.0`
1919
- Installing Node.js distribution
20-
- GET https://nodejs.org/download/release/v22.18.0/node-v22.18.0-<arch>.tar.gz ... (OK)
20+
- GET https://nodejs.org/download/release/v22.19.0/node-v22.19.0-<arch>.tar.gz ... (OK)
2121
- Downloading ... (<time_elapsed>)
2222
- Verifying checksum
23-
- Extracting Node.js `22.18.0 (<arch>)`
24-
- Installing Node.js `22.18.0 (<arch>)` ... (<time_elapsed>)
23+
- Extracting Node.js `22.19.0 (<arch>)`
24+
- Installing Node.js `22.19.0 (<arch>)` ... (<time_elapsed>)
2525
- Done (finished in <time_elapsed>)
2626

2727
## Heroku Node.js Corepack
2828

29-
- Using Corepack version `0.33.0`
29+
- Using Corepack version `0.34.0`
3030
- Found `packageManager` set to `[email protected]` in `package.json`
3131
- Enabling Corepack
3232
- Creating Corepack shims

buildpacks/nodejs-engine/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- 24.7.0 (linux-amd64, linux-arm64)
13+
- 22.19.0 (linux-amd64, linux-arm64)
14+
1015
## [4.1.3] - 2025-08-22
1116

1217
### Fixed

buildpacks/nodejs-engine/inventory.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
[[artifacts]]
2+
version = "24.7.0"
3+
os = "linux"
4+
arch = "arm64"
5+
url = "https://nodejs.org/download/release/v24.7.0/node-v24.7.0-linux-arm64.tar.gz"
6+
checksum = "sha256:04df0283d2a8a06271a690fbe2528661527b3a09f0f28c8bb63327d8888be184"
7+
8+
[[artifacts]]
9+
version = "24.7.0"
10+
os = "linux"
11+
arch = "amd64"
12+
url = "https://nodejs.org/download/release/v24.7.0/node-v24.7.0-linux-x64.tar.gz"
13+
checksum = "sha256:8cf85258402e056efa041168c9b162a4e3b229ebfad5000850b8941c974e9d5a"
14+
115
[[artifacts]]
216
version = "24.6.0"
317
os = "linux"
@@ -334,6 +348,20 @@ arch = "amd64"
334348
url = "https://nodejs.org/download/release/v23.0.0/node-v23.0.0-linux-x64.tar.gz"
335349
checksum = "sha256:702cbc710fcf1102cef1aced74443fee34eff8df4827de30ec970d377ce31d9e"
336350

351+
[[artifacts]]
352+
version = "22.19.0"
353+
os = "linux"
354+
arch = "arm64"
355+
url = "https://nodejs.org/download/release/v22.19.0/node-v22.19.0-linux-arm64.tar.gz"
356+
checksum = "sha256:d32817b937219b8f131a28546035183d79e7fd17a86e38ccb8772901a7cd9009"
357+
358+
[[artifacts]]
359+
version = "22.19.0"
360+
os = "linux"
361+
arch = "amd64"
362+
url = "https://nodejs.org/download/release/v22.19.0/node-v22.19.0-linux-x64.tar.gz"
363+
checksum = "sha256:d36e56998220085782c0ca965f9d51b7726335aed2f5fc7321c6c0ad233aa96d"
364+
337365
[[artifacts]]
338366
version = "22.18.0"
339367
os = "linux"

buildpacks/nodejs-engine/tests/snapshots/node_24.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ heroku/nodejs-engine <buildpack-version>
1313

1414
- Checking Node.js version
1515
- Detected Node.js version range: `>=24.0.0 <25.0.0-0`
16-
- Resolved Node.js version: `24.6.0`
16+
- Resolved Node.js version: `24.7.0`
1717
- Installing Node.js distribution
18-
- GET https://nodejs.org/download/release/v24.6.0/node-v24.6.0-<arch>.tar.gz ... (OK)
18+
- GET https://nodejs.org/download/release/v24.7.0/node-v24.7.0-<arch>.tar.gz ... (OK)
1919
- Downloading ... (<time_elapsed>)
2020
- Verifying checksum
21-
- Extracting Node.js `24.6.0 (<arch>)`
22-
- Installing Node.js `24.6.0 (<arch>)` ... (<time_elapsed>)
21+
- Extracting Node.js `24.7.0 (<arch>)`
22+
- Installing Node.js `24.7.0 (<arch>)` ... (<time_elapsed>)
2323
- Done (finished in <time_elapsed>)
2424
===> EXPORTING
2525
Adding layer 'heroku/nodejs-engine:available_parallelism'

buildpacks/nodejs-engine/tests/snapshots/simple_indexjs.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ heroku/nodejs-engine <buildpack-version>
1313

1414
- Checking Node.js version
1515
- Node.js version not specified, using `22.x`
16-
- Resolved Node.js version: `22.18.0`
16+
- Resolved Node.js version: `22.19.0`
1717
- Installing Node.js distribution
18-
- GET https://nodejs.org/download/release/v22.18.0/node-v22.18.0-<arch>.tar.gz ... (OK)
18+
- GET https://nodejs.org/download/release/v22.19.0/node-v22.19.0-<arch>.tar.gz ... (OK)
1919
- Downloading ... (<time_elapsed>)
2020
- Verifying checksum
21-
- Extracting Node.js `22.18.0 (<arch>)`
22-
- Installing Node.js `22.18.0 (<arch>)` ... (<time_elapsed>)
21+
- Extracting Node.js `22.19.0 (<arch>)`
22+
- Installing Node.js `22.19.0 (<arch>)` ... (<time_elapsed>)
2323
- Done (finished in <time_elapsed>)
2424
===> EXPORTING
2525
Adding layer 'heroku/nodejs-engine:available_parallelism'

0 commit comments

Comments
 (0)