Skip to content

Updating version for node for 22.X.X #820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025
Merged
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 @@ -114,13 +114,13 @@ dependencies:
source: https://nodejs.org/dist/v22.14.0/node-v22.14.0.tar.gz
source_sha256: 6c4e31ed5702dc45cfd8c435af56a36a474427e1bd7afe74c346136060beba8a
- name: node
version: 22.15.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_22.15.0_linux_x64_cflinuxfs4_8ead7652.tgz
sha256: 8ead7652054dfec3c8218ede0f7b2cbb045f04cd7753544cbefc8cfe73af9257
version: 22.16.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_22.16.0_linux_x64_cflinuxfs4_13829c62.tgz
sha256: 13829c621bb988c2b186e70ccf77c9e03804d0b6a4fcb7bb19f3009c87a5e797
cf_stacks:
- cflinuxfs4
source: https://nodejs.org/dist/v22.15.0/node-v22.15.0.tar.gz
source_sha256: 8e64edbc70a7188873e0f4f07c812fa747c27c477d558b23dcb135bdf5e32298
source: https://nodejs.org/dist/v22.16.0/node-v22.16.0.tar.gz
source_sha256: 108f250ff79cc103b464b3ef41fa60f4866e4e6c962117171adaac7325ebdab2
- name: python
version: 3.11.12
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.12_linux_x64_cflinuxfs3_c9e6b498.tgz
Expand Down
Loading