Skip to content

Commit

Permalink
fix: remove mirror.bazel.build from list of node_urls used to fetch N…
Browse files Browse the repository at this point in the history
…odeJS by default
  • Loading branch information
mattem committed Jan 19, 2021
1 parent 1dda0af commit 613344a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/node/node_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ By default, if this attribute has no items, we'll use a list of all public NodeJ
),
"node_urls": attr.string_list(
default = [
"https://mirror.bazel.build/nodejs.org/dist/v{version}/{filename}",
"https://nodejs.org/dist/v{version}/{filename}",
],
doc = """custom list of URLs to use to download NodeJS
Expand Down

0 comments on commit 613344a

Please sign in to comment.