diff --git a/WORKSPACE b/WORKSPACE index 7936eaee5..62e5e6549 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -308,7 +308,7 @@ filegroup( git_repository( name = "build_bazel_rules_nodejs", remote = "https://github.com/bazelbuild/rules_nodejs.git", - tag = "0.15.0", # check for the latest tag when you install + tag = "0.26.0", # check for the latest tag when you install ) load("@build_bazel_rules_nodejs//:package.bzl", "rules_nodejs_dependencies")