Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ dependencies:
source: https://nodejs.org/dist/v20.16.0/node-v20.16.0.tar.gz
source_sha256: 8f24bf9abe455a09ab30f9ae8edda1e945ed678a4b1c3b07ee0f901fdc0ff4fd
- name: node
version: 22.19.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_22.19.0_linux_x64_cflinuxfs4_b2be9b65.tgz
sha256: b2be9b650406902419e11fb6987d2dfacf85aa10ed3f8857434acdfa03e711f5
version: 24.7.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_24.7.0_linux_x64_cflinuxfs4_f603f3a5.tgz
sha256: f603f3a53d17168d8d4513311525e8dfc14fcd41a16c042eda6e5c77b3fe3aa2
cf_stacks:
- cflinuxfs4
source: https://nodejs.org/dist/v22.19.0/node-v22.19.0.tar.gz
source_sha256: 4cea680423f98abc6a2a5ca127fb34c5f6586c24217f57749be6ea886c9be9a6
source: https://nodejs.org/dist/v24.7.0/node-v24.7.0.tar.gz
source_sha256: 5ce2df7022d027d439b289e7393e04c494e92dec53aba212781b5f792015138a
exclude_files: []
pre_package: scripts/build.sh
include_files:
Expand Down
Loading