We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca40eb0 commit e7fd609Copy full SHA for e7fd609
e2e/vendored_node/MODULE.bazel
@@ -7,4 +7,13 @@ local_path_override(
7
bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
8
bazel_dep(name = "rules_nodejs", version = "6.6.0", dev_dependency = True)
9
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
19
register_toolchains("//toolchains:all")
0 commit comments