diff --git a/WORKSPACE b/WORKSPACE index 1f93690fc..fd6273fc8 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -26,7 +26,7 @@ http_archive( load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install") node_repositories( - node_version = "16.10.0", + use_nvmrc = "//:.nvmrc", ) yarn_install(