build: minimum version of rules_nodejs is now 0.26.0 (#28871)

PR Close #28871
This commit is contained in:
Greg Magolan 2019-02-27 14:38:45 -08:00 committed by Andrew Kushnir
parent 8cd72441f1
commit 4a1640bdd5
1 changed files with 2 additions and 1 deletions

View File

@ -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(