Skip to content

Commit e7fd609

Browse files
committed
Make test pass
1 parent ca40eb0 commit e7fd609

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

e2e/vendored_node/MODULE.bazel

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,13 @@ local_path_override(
77
bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
88
bazel_dep(name = "rules_nodejs", version = "6.6.0", dev_dependency = True)
99

10+
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node", dev_dependency = True)
11+
12+
# pin the node version to satisfy the test
13+
# however, this is not truly "vendored" node
14+
node.toolchain(
15+
node_version = "v16.18.1",
16+
)
17+
use_repo(node, "nodejs_toolchains")
18+
1019
register_toolchains("//toolchains:all")

0 commit comments

Comments
 (0)