Skip to content

Commit d56af4a

Browse files
Bumping node archives to latest stable versions
Signed-off-by: Distroless Bot <[email protected]>
1 parent 87f7bf0 commit d56af4a

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

MODULE.bazel.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/testdata/nodejs24.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ commandTests:
33
- name: nodejs
44
command: "/nodejs/bin/node"
55
args: ["--version"]
6-
expectedOutput: ["v24.11.1"]
6+
expectedOutput: ["v24.12.0"]

private/extensions/node.bzl

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -199,40 +199,40 @@ def _node_impl(module_ctx):
199199

200200
node_archive(
201201
name = "nodejs24_amd64",
202-
sha256 = "58a5ff5cc8f2200e458bea22e329d5c1994aa1b111d499ca46ec2411d58239ca",
203-
strip_prefix = "node-v24.11.1-linux-x64/",
204-
urls = ["https://nodejs.org/dist/v24.11.1/node-v24.11.1-linux-x64.tar.gz"],
205-
version = "24.11.1",
202+
sha256 = "6159227e0af7d7c3c6bb2fa900452b04a6cb8841a702a79acc613209d70b04d0",
203+
strip_prefix = "node-v24.12.0-linux-x64/",
204+
urls = ["https://nodejs.org/dist/v24.12.0/node-v24.12.0-linux-x64.tar.gz"],
205+
version = "24.12.0",
206206
architecture = "amd64",
207207
control = "//nodejs:control",
208208
)
209209

210210
node_archive(
211211
name = "nodejs24_arm64",
212-
sha256 = "0dc93ec5c798b0d347f068db6d205d03dea9a71765e6a53922b682b91265d71f",
213-
strip_prefix = "node-v24.11.1-linux-arm64/",
214-
urls = ["https://nodejs.org/dist/v24.11.1/node-v24.11.1-linux-arm64.tar.gz"],
215-
version = "24.11.1",
212+
sha256 = "9b2a2eeb98a8eb37361224e2a1d060300ad2dd143af58dfdb16de785df0f1228",
213+
strip_prefix = "node-v24.12.0-linux-arm64/",
214+
urls = ["https://nodejs.org/dist/v24.12.0/node-v24.12.0-linux-arm64.tar.gz"],
215+
version = "24.12.0",
216216
architecture = "arm64",
217217
control = "//nodejs:control",
218218
)
219219

220220
node_archive(
221221
name = "nodejs24_ppc64le",
222-
sha256 = "cd41407f3352de2f066ea26c5c5d0ea9b6362374d6b618385a9f2e9dad220616",
223-
strip_prefix = "node-v24.11.1-linux-ppc64le/",
224-
urls = ["https://nodejs.org/dist/v24.11.1/node-v24.11.1-linux-ppc64le.tar.gz"],
225-
version = "24.11.1",
222+
sha256 = "66ec79b4d64f4109aedf822108715d0b6097118df9159c2f6321477da4ea17aa",
223+
strip_prefix = "node-v24.12.0-linux-ppc64le/",
224+
urls = ["https://nodejs.org/dist/v24.12.0/node-v24.12.0-linux-ppc64le.tar.gz"],
225+
version = "24.12.0",
226226
architecture = "ppc64le",
227227
control = "//nodejs:control",
228228
)
229229

230230
node_archive(
231231
name = "nodejs24_s390x",
232-
sha256 = "5d4c8bca5f8f2593f9081dee39834760e85a16fa61c950f3e86ec85996f00550",
233-
strip_prefix = "node-v24.11.1-linux-s390x/",
234-
urls = ["https://nodejs.org/dist/v24.11.1/node-v24.11.1-linux-s390x.tar.gz"],
235-
version = "24.11.1",
232+
sha256 = "8dc960a2555db1aa77fd131c25be571b9f7844bc8b278e78732b9f580fe7d580",
233+
strip_prefix = "node-v24.12.0-linux-s390x/",
234+
urls = ["https://nodejs.org/dist/v24.12.0/node-v24.12.0-linux-s390x.tar.gz"],
235+
version = "24.12.0",
236236
architecture = "s390x",
237237
control = "//nodejs:control",
238238
)

0 commit comments

Comments
 (0)