build: minimum version of rules_nodejs is now 0.26.0 (#28871)
PR Close #28871
This commit is contained in:
parent
8cd72441f1
commit
4a1640bdd5
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue