@@ -20,16 +20,11 @@ http_archive(
20
20
load ("@build_bazel_rules_nodejs//:index.bzl" , "node_repositories" , "yarn_install" )
21
21
22
22
# Setup the Node.js toolchain for the architectures we want to support
23
- #
24
- # NOTE: darwin-arm64 is not being installed because bazel is not yet available on that architecture.
25
- # The PR for it was merged and should be available in the next release of bazel and bazelisk. As soon as they have it
26
- # we can update that rule.
27
23
node_repositories (
28
24
node_repositories = {
29
25
"16.14.2-darwin_amd64" : ("node-v16.14.2-darwin-x64.tar.gz" , "node-v16.14.2-darwin-x64" , "d3076ca7fcc7269c8ff9b03fe7d1c277d913a7e84a46a14eff4af7791ff9d055" ),
30
26
"16.14.2-darwin_arm64" : ("node-v16.14.2-darwin-arm64.tar.gz" , "node-v16.14.2-darwin-arm64" , "a66d9217d2003bd416d3dd06dfd2c7a044c4c9ff2e43a27865790bd0d59c682d" ),
31
27
"16.14.2-linux_arm64" : ("node-v16.14.2-linux-arm64.tar.xz" , "node-v16.14.2-linux-arm64" , "f7c5a573c06a520d6c2318f6ae204141b8420386553a692fc359f8ae3d88df96" ),
32
- "16.14.2-linux_s390x" : ("node-v16.14.2-linux-s390x.tar.xz" , "node-v16.14.2-linux-s390x" , "3197925919ca357e17a31132dc6ef4e5afae819fa09905cfe9f7ff7924a00bf5" ),
33
28
"16.14.2-linux_amd64" : ("node-v16.14.2-linux-x64.tar.xz" , "node-v16.14.2-linux-x64" , "e40c6f81bfd078976d85296b5e657be19e06862497741ad82902d0704b34bb1b" ),
34
29
"16.14.2-windows_amd64" : ("node-v16.14.2-win-x64.zip" , "node-v16.14.2-win-x64" , "4731da4fbb2015d414e871fa9118cabb643bdb6dbdc8a69a3ed563266ac93229" ),
35
30
},
@@ -38,9 +33,9 @@ node_repositories(
38
33
"https://nodejs.org/dist/v{version}/{filename}" ,
39
34
],
40
35
yarn_repositories = {
41
- "1.21.1 " : ("yarn-v1.21.1 .tar.gz" , "yarn-v1.21.1 " , "d1d9f4a0f16f5ed484e814afeb98f39b82d4728c6c8beaafb5abc99c02db6674 " ),
36
+ "1.22.19 " : ("yarn-v1.22.19 .tar.gz" , "yarn-v1.22.19 " , "732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e " ),
42
37
},
43
- yarn_version = "1.21.1 " ,
38
+ yarn_version = "1.22.19 " ,
44
39
yarn_urls = [
45
40
"https://github.com/yarnpkg/yarn/releases/download/v{version}/{filename}" ,
46
41
],
0 commit comments