@@ -90,15 +90,15 @@ nodejs_register_toolchains(
90
90
name = "node22" ,
91
91
# The below can be removed once @rules_nodejs/nodejs is updated to latest which contains https://github.com/bazelbuild/rules_nodejs/pull/3701
92
92
node_repositories = {
93
- "22.0 .0-darwin_arm64" : ("node-v22.0 .0-darwin-arm64.tar.gz" , "node-v22.0 .0-darwin-arm64" , "ea96d349cfaa67aa87ceeaa3e5b52c9167f7ac302fd8d1ff162d0785e9dc0785 " ),
94
- "22.0 .0-darwin_amd64" : ("node-v22.0 .0-darwin-x64.tar.gz" , "node-v22.0 .0-darwin-x64" , "422a3887ff5418f0a4552d89cf99346ab8ab51bb5d384660baa88b8444d2c111 " ),
95
- "22.0 .0-linux_arm64" : ("node-v22.0 .0-linux-arm64.tar.xz" , "node-v22.0 .0-linux-arm64" , "83711d29cbe46375bdffab5419f3d831892e24294169272f6c39edc364556241 " ),
96
- "22.0 .0-linux_ppc64le" : ("node-v22.0 .0-linux-ppc64le.tar.xz" , "node-v22.0 .0-linux-ppc64le" , "2b3fb8707a79243bfb3131312b86716ddc3855bce21bb168095b6b916798e5e9 " ),
97
- "22.0 .0-linux_s390x" : ("node-v22.0 .0-linux-s390x.tar.xz" , "node-v22.0 .0-linux-s390x" , "89a8efeeb9f94ce9ea251b8109e079c14919f4c0dc2cbc9f545ec47ef0886737 " ),
98
- "22.0 .0-linux_amd64" : ("node-v22.0 .0-linux-x64.tar.xz" , "node-v22.0 .0-linux-x64" , "9122e50f2642afd5f6078cafd1f52ede60fc464284384f05c18a04d13d07ae5a " ),
99
- "22.0 .0-windows_amd64" : ("node-v22.0 .0-win-x64.zip" , "node-v22.0 .0-win-x64" , "32d639b47d4c0a651ff8f8d7d41a454168a3d4045be37985f9a810cf8cef6174 " ),
93
+ "22.11 .0-darwin_arm64" : ("node-v22.11 .0-darwin-arm64.tar.gz" , "node-v22.11 .0-darwin-arm64" , "2e89afe6f4e3aa6c7e21c560d8a0453d84807e97850bbb819b998531a22bdfde " ),
94
+ "22.11 .0-darwin_amd64" : ("node-v22.11 .0-darwin-x64.tar.gz" , "node-v22.11 .0-darwin-x64" , "668d30b9512137b5f5baeef6c1bb4c46efff9a761ba990a034fb6b28b9da2465 " ),
95
+ "22.11 .0-linux_arm64" : ("node-v22.11 .0-linux-arm64.tar.xz" , "node-v22.11 .0-linux-arm64" , "6031d04b98f59ff0f7cb98566f65b115ecd893d3b7870821171708cdbaf7ae6e " ),
96
+ "22.11 .0-linux_ppc64le" : ("node-v22.11 .0-linux-ppc64le.tar.xz" , "node-v22.11 .0-linux-ppc64le" , "d1d49d7d611b104b6d616e18ac439479d8296aa20e3741432de0e85f4735a81e " ),
97
+ "22.11 .0-linux_s390x" : ("node-v22.11 .0-linux-s390x.tar.xz" , "node-v22.11 .0-linux-s390x" , "f474ed77d6b13d66d07589aee1c2b9175be4c1b165483e608ac1674643064a99 " ),
98
+ "22.11 .0-linux_amd64" : ("node-v22.11 .0-linux-x64.tar.xz" , "node-v22.11 .0-linux-x64" , "83bf07dd343002a26211cf1fcd46a9d9534219aad42ee02847816940bf610a72 " ),
99
+ "22.11 .0-windows_amd64" : ("node-v22.11 .0-win-x64.zip" , "node-v22.11 .0-win-x64" , "905373a059aecaf7f48c1ce10ffbd5334457ca00f678747f19db5ea7d256c236 " ),
100
100
},
101
- node_version = "22.0 .0" ,
101
+ node_version = "22.11 .0" ,
102
102
)
103
103
104
104
load ("@aspect_rules_js//js:toolchains.bzl" , "rules_js_register_toolchains" )
0 commit comments