Skip to content

deps: bump node to v24 #93080

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .volta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"volta": {
"node": "22.11.0"
"node": "24.1.0"
}
}
2 changes: 1 addition & 1 deletion api-docs/.volta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"volta": {
"node": "22.11.0"
"node": "24.1.0"
}
}
16 changes: 8 additions & 8 deletions devenv/config.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[devenv]
minimum_version = 1.14.2

[venv.sentry]
[venv.sentry].node-version
python = 3.13.1
path = .venv
requirements = requirements-dev.txt
Expand Down Expand Up @@ -32,14 +32,14 @@ linux_arm64_sha256 = d37aef7bdf5c27f7d006918f7cedb31f4ba07c88f61baac4ffbe0bee6d4

[node]
# upstream (https://nodejs.org/dist/) is not reliable enough so we've mirrored it to GCS
darwin_x86_64 = https://storage.googleapis.com/sentry-dev-infra-assets/node/node-v22.11.0-darwin-x64.tar.xz
darwin_x86_64_sha256 = ab28d1784625d151e3f608a9412a009118f376118ed842ae643f8c2efdfb0af6
darwin_arm64 = https://storage.googleapis.com/sentry-dev-infra-assets/node/node-v22.11.0-darwin-arm64.tar.xz
darwin_arm64_sha256 = c379a90c6aa605b74042a233ddcda4247b347ba5732007d280e44422cc8f9ecb
linux_x86_64 = https://storage.googleapis.com/sentry-dev-infra-assets/node/node-v22.11.0-linux-x64.tar.xz
linux_x86_64_sha256 = 83bf07dd343002a26211cf1fcd46a9d9534219aad42ee02847816940bf610a72
darwin_x86_64 = https://storage.googleapis.com/sentry-dev-infra-assets/node/node-v24.1.0-darwin-x64.tar.xz
darwin_x86_64_sha256 = 24972a36e5468bba55fba413c2a09454a3c1e4daa1f8421da9b6c51fc0f4b0f8
darwin_arm64 = https://storage.googleapis.com/sentry-dev-infra-assets/node/node-v24.1.0-darwin-arm64.tar.xz
darwin_arm64_sha256 = c107305437e41a111f11de52e87b06edf3b462fd1a4178d553704ef96c296f7f
linux_x86_64 = https://storage.googleapis.com/sentry-dev-infra-assets/node/node-v24.1.0-linux-x64.tar.xz
linux_x86_64_sha256 = 76b77c43f97a7c4cf60917e24c5e212faaf8ca664e433759ef98d12f268b6b49
# used for autoupdate
version = v22.11.0
version = v24.1.0

# kept here only for compatibility with older `devenv`
[python]
Expand Down
Loading