Skip to content

Commit 4b6d349

Browse files
committed
fix
1 parent 22dbd8d commit 4b6d349

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/tsc.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ def tsc(name, srcs, tsconfig, **kwargs):
3434
"--outDir",
3535
"$(RULEDIR)",
3636
]),
37-
toolchains = ["//nodejs:toolchain_type"] if _TOOLCHAIN_TYPES_SUPPORTED else ["@node16_toolchains//:resolved_toolchain"],
37+
toolchains = ["//nodejs:toolchain_type"] if _TOOLCHAIN_TYPES_SUPPORTED else ["@nodejs_toolchains//:resolved_toolchain"],
3838
tools = ([] if _TOOLCHAIN_TYPES_SUPPORTED else [
39-
"@node16_toolchains//:resolved_toolchain",
39+
"@nodejs_toolchains//:resolved_toolchain",
4040
]) + [
4141
"@npm_typescript",
4242
"@npm_types_node",

0 commit comments

Comments
 (0)