Skip to content

Commit 638fd87

Browse files
authored
Update Node.js version in manifest.yml
Updated Node.js version to 22.22.0 and removed older versions.
1 parent 6e9ea9f commit 638fd87

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

manifest.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,9 @@ dependencies:
7474
source: https://nodejs.org/dist/v20.20.0/node-v20.20.0.tar.gz
7575
source_sha256: cafc92e90917c17869d982fdff10104c2eb328437ed9bbf03fdda78ebc0accdd
7676
- name: node
77-
version: 22.20.0
78-
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_22.20.0_linux_x64_cflinuxfs4_088bdfa6.tgz
79-
sha256: '088bdfa6d4be820000d38a3b8358ffb24a778f14ead80d646fc568df81460f8d'
80-
cf_stacks:
81-
- cflinuxfs4
82-
source: https://github.com/nodejs/node/archive/v22.20.0.tar.gz
83-
source_sha256: 5c2e4ecc6583c5d49f9a9a4473fc267402762fc8e8a7835465919dacd6fdd5d8
84-
- name: node
85-
version: 22.21.1
86-
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_22.21.1_linux_x64_cflinuxfs4_15278f00.tgz
87-
sha256: 15278f0039922da84855fd0a1463994d2864d868f94b8a199f22f76f47b4cabf
88-
cf_stacks:
89-
- cflinuxfs4
90-
source: https://nodejs.org/dist/v22.21.1/node-v22.21.1.tar.gz
91-
source_sha256: 5407ff154708e3dd6c9eb40f787b79afc5db8b2461e4ae92ee54605515bba0f1
77+
version: 22.22.0
78+
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_22.22.0_linux_x64_cflinuxfs4_a73ffe6d.tgz
79+
sha256: a73ffe6db22c172c7d29372a9b3dc964d5ea058100e7bb9b89406879a2d38862
9280
- name: node
9381
version: 24.13.0
9482
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_24.13.0_linux_x64_cflinuxfs4_a816dee1.tgz

0 commit comments

Comments
 (0)