From 4a1640bdd538c482f08eb283b76922724e86ce18 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Wed, 27 Feb 2019 14:38:45 -0800 Subject: [PATCH] build: minimum version of rules_nodejs is now 0.26.0 (#28871) PR Close #28871 --- WORKSPACE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 2743d71434..22f3ee5d41 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -41,7 +41,8 @@ Try running `yarn bazel` instead. # - 0.15.2 Re-introduced the prod_only attribute on yarn_install # - 0.15.3 Includes a fix for the `jasmine_node_test` rule ignoring target tags # - 0.16.8 Supports npm installed bazel workspaces -check_rules_nodejs_version("0.16.8") +# - 0.26.0 Fix for data files in yarn_install and npm_install +check_rules_nodejs_version("0.26.0") # Setup the Node.js toolchain node_repositories(