@@ -72,32 +72,32 @@ if (parseInt(process.version.slice(1)) !== parseInt(process.argv[2])) {
7272
7373js_test (
7474 name = "main_default_toolchain" ,
75- args = ["18 " ],
75+ args = ["20 " ],
7676 entry_point = "binary_version.js" ,
7777)
7878
7979js_test (
80- name = "main_toolchain_18 " ,
81- args = ["18 " ],
80+ name = "main_toolchain_20 " ,
81+ args = ["20 " ],
8282 entry_point = "binary_version.js" ,
8383 # using the select statement will download toolchains for all three platforms
8484 # you can also just provide an individual toolchain if you don't want to download them all
8585 node_toolchain = select ({
86- "@bazel_tools//src/conditions:linux_x86_64" : "@node18_linux_amd64 //:node_toolchain" ,
87- "@bazel_tools//src/conditions:darwin" : "@node18_darwin_amd64 //:node_toolchain" ,
88- "@bazel_tools//src/conditions:windows" : "@node18_windows_amd64 //:node_toolchain" ,
86+ "@bazel_tools//src/conditions:linux_x86_64" : "@node20_linux_amd64 //:node_toolchain" ,
87+ "@bazel_tools//src/conditions:darwin" : "@node20_darwin_amd64 //:node_toolchain" ,
88+ "@bazel_tools//src/conditions:windows" : "@node20_windows_amd64 //:node_toolchain" ,
8989 }),
9090)
9191
9292js_test (
93- name = "main_toolchain_20 " ,
94- args = ["20 " ],
93+ name = "main_toolchain_22 " ,
94+ args = ["22 " ],
9595 entry_point = "binary_version.js" ,
9696 # using the select statement will download toolchains for all three platforms
9797 # you can also just provide an individual toolchain if you don't want to download them all
9898 node_toolchain = select ({
99- "@bazel_tools//src/conditions:linux_x86_64" : "@node20_linux_amd64 //:node_toolchain" ,
100- "@bazel_tools//src/conditions:darwin" : "@node20_darwin_amd64 //:node_toolchain" ,
101- "@bazel_tools//src/conditions:windows" : "@node20_windows_amd64 //:node_toolchain" ,
99+ "@bazel_tools//src/conditions:linux_x86_64" : "@node22_linux_amd64 //:node_toolchain" ,
100+ "@bazel_tools//src/conditions:darwin" : "@node22_darwin_amd64 //:node_toolchain" ,
101+ "@bazel_tools//src/conditions:windows" : "@node22_windows_amd64 //:node_toolchain" ,
102102 }),
103103)
0 commit comments