From a83c43e13eec5620a1e16f0e200d3f472d9f3983 Mon Sep 17 00:00:00 2001 From: CF Buildpacks Team CI Server Date: Mon, 30 Jun 2025 22:34:06 +0000 Subject: [PATCH] Add node 24.3.0 for stack(s) cflinuxfs4 --- manifest.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/manifest.yml b/manifest.yml index 6209b169e..56e9ebc5f 100644 --- a/manifest.yml +++ b/manifest.yml @@ -36,6 +36,10 @@ dependency_deprecation_dates: name: node date: 2027-04-30 link: https://github.com/nodejs/Release +- version_line: 24.x.x + name: node + date: 2028-04-30 + link: https://github.com/nodejs/Release - version_line: 3.11.x name: python date: 2027-10-24 @@ -121,6 +125,14 @@ dependencies: - cflinuxfs4 source: https://nodejs.org/dist/v22.16.0/node-v22.16.0.tar.gz source_sha256: 108f250ff79cc103b464b3ef41fa60f4866e4e6c962117171adaac7325ebdab2 +- name: node + version: 24.3.0 + uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_24.3.0_linux_x64_cflinuxfs4_b6ec3828.tgz + sha256: b6ec38289081a8514d5ebb9764140ece14d3636238381bf202f6e33f2c4f954c + cf_stacks: + - cflinuxfs4 + source: https://nodejs.org/dist/v24.3.0/node-v24.3.0.tar.gz + source_sha256: f8cc1dcde9b76fa380765204fefbb98e51123e52c919ba4adcf4ccd235bbf70b - name: python version: 3.11.13 uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.13_linux_x64_cflinuxfs3_7daee59d.tgz