@@ -4,7 +4,7 @@ workspace(
44
55load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" , "http_file" )
66
7- NODE_VERSION = "18. 20.0 "
7+ NODE_VERSION = "20.11.1 "
88
99# The PKG rules are needed to build tar packages for integration tests. The builtin
1010# rule in `@bazel_tools` is not Windows compatible and outdated.
@@ -42,15 +42,14 @@ load("@rules_nodejs//nodejs:repositories.bzl", "nodejs_register_toolchains")
4242nodejs_register_toolchains (
4343 name = "nodejs" ,
4444 node_repositories = {
45- "18. 20.0 -darwin_arm64" : ("node-v18.20.0 -darwin-arm64.tar.gz" , "node-v18.20.0 -darwin-arm64" , "10066ad4dd9e03ea5c4c45ef8775420ff37b860de09bbdf87b97e0c07b1ea036 " ),
46- "18. 20.0 -darwin_amd64" : ("node-v18.20.0 -darwin-x64.tar.gz" , "node-v18.20.0 -darwin-x64" , "062ba71618e88e06321de5caa038843c350aababa2d315f3ca7b8551f8e66c1c " ),
47- "18. 20.0 -linux_arm64" : ("node-v18.20.0 -linux-arm64.tar.xz" , "node-v18.20.0 -linux-arm64" , "afe51da9ffb38ac1e3a20d9a06efd403ced4bf8831ab554a02a088dd8392fd79 " ),
48- "18. 20.0 -linux_ppc64le" : ("node-v18.20.0 -linux-ppc64le.tar.xz" , "node-v18.20.0 -linux-ppc64le" , "9e652bbf53a3e37285b11dfb9d6a9bb8b02010c3b50e5c8229d4cc10e72681da " ),
49- "18. 20.0 -linux_s390x" : ("node-v18.20.0 -linux-s390x.tar.xz" , "node-v18.20.0 -linux-s390x" , "a6c2a5796b9d9e9bf21da62ec89ff30b41a8108880b9eaa3c912f1ce795a7743 " ),
50- "18. 20.0 -linux_amd64" : ("node-v18.20.0 -linux-x64.tar.xz" , "node-v18.20.0 -linux-x64" , "03eea148e56785babb27930b05ed6bf311aaa3bc573c0399dd63cad2fe5713c7 " ),
51- "18. 20.0 -windows_amd64" : ("node-v18.20.0 -win-x64.zip" , "node-v18.20.0 -win-x64" , "1c0aab05cc6836a8f5148cca345b92ebc948a4a2013f18d117b7ade6ff05aca6 " ),
45+ "20.11.1 -darwin_arm64" : ("node-v20.11.1 -darwin-arm64.tar.gz" , "node-v20.11.1 -darwin-arm64" , "e0065c61f340e85106a99c4b54746c5cee09d59b08c5712f67f99e92aa44995d " ),
46+ "20.11.1 -darwin_amd64" : ("node-v20.11.1 -darwin-x64.tar.gz" , "node-v20.11.1 -darwin-x64" , "c52e7fb0709dbe63a4cbe08ac8af3479188692937a7bd8e776e0eedfa33bb848 " ),
47+ "20.11.1 -linux_arm64" : ("node-v20.11.1 -linux-arm64.tar.xz" , "node-v20.11.1 -linux-arm64" , "c957f29eb4e341903520caf362534f0acd1db7be79c502ae8e283994eed07fe1 " ),
48+ "20.11.1 -linux_ppc64le" : ("node-v20.11.1 -linux-ppc64le.tar.xz" , "node-v20.11.1 -linux-ppc64le" , "51343cacf5cdf5c4b5e93e919d19dd373d6ef43d5f2c666eae299f26e31d08b5 " ),
49+ "20.11.1 -linux_s390x" : ("node-v20.11.1 -linux-s390x.tar.xz" , "node-v20.11.1 -linux-s390x" , "b32616b705cd0ddbb230b95c693e3d7a37becc2ced9bcadea8dc824cceed6be0 " ),
50+ "20.11.1 -linux_amd64" : ("node-v20.11.1 -linux-x64.tar.xz" , "node-v20.11.1 -linux-x64" , "d8dab549b09672b03356aa2257699f3de3b58c96e74eb26a8b495fbdc9cf6fbe " ),
51+ "20.11.1 -windows_amd64" : ("node-v20.11.1 -win-x64.zip" , "node-v20.11.1 -win-x64" , "bc032628d77d206ffa7f133518a6225a9c5d6d9210ead30d67e294ff37044bda " ),
5252 },
53- # We need at least Node 18.17 due to some transitive dependencies.
5453 node_version = NODE_VERSION ,
5554)
5655
0 commit comments