Skip to content

Commit

Permalink
Update rules_nodejs to 0.28.0
Browse files Browse the repository at this point in the history
This allows testing //internal:tests on Windows
with Bazel 0.25.0 rc8 and
--incompatible_windows_native_test_wrapper (see
bazelbuild/bazel#6622).
  • Loading branch information
laszlocsomor authored and Keen Yee Liau committed May 2, 2019
1 parent 46a4848 commit ba8f8ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def rules_typescript_dev_dependencies():
_maybe(
http_archive,
name = "build_bazel_rules_nodejs",
sha256 = "213dcf7e72f3acd4d1e369b7a356f3e5d9560f380bd655b13b7c0ea425d7c419",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.27.9/rules_nodejs-0.27.9.tar.gz"],
sha256 = "4c702ffeeab2d24dd4101601b6d27cf582d2e0d4cdc3abefddd4834664669b6b",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.28.0/rules_nodejs-0.28.0.tar.gz"],
)

# For protocol buffers
Expand Down

0 comments on commit ba8f8ab

Please sign in to comment.