Skip to content

Commit

Permalink
Bazel: use Node.js version 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml authored and kodiakhq[bot] committed May 5, 2021
1 parent 3465fb8 commit 7e3a466
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install
node_repositories(
node_repositories = {
# https://nodejs.org/dist/
"14.16.0-darwin_amd64": ("node-v14.16.0-darwin-x64.tar.gz", "node-v14.16.0-darwin-x64", "14ec767e376d1e2e668f997065926c5c0086ec46516d1d45918af8ae05bd4583"),
"14.16.0-linux_amd64": ("node-v14.16.0-linux-x64.tar.gz", "node-v14.16.0-linux-x64", "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6"),
"16.1.0-darwin_amd64": ("node-v16.1.0-darwin-x64.tar.gz", "node-v16.1.0-darwin-x64", "22525ecc3b91f4d9a5d44dffe061cdb23f1a3e4a5555552e7940987883a93547"),
"16.1.0-linux_amd64": ("node-v16.1.0-linux-x64.tar.gz", "node-v16.1.0-linux-x64", "50dadc0c130ff7d079d0fb4a86e40756c76edb3cd3b42b8cf2a57497116695fa"),
},
node_urls = ["https://nodejs.org/dist/v{version}/{filename}"],
node_version = "14.16.0",
node_version = "16.1.0",
package_json = ["//:package.json"],
yarn_repositories = {
"1.22.10": ("yarn-v1.22.10.tar.gz", "yarn-v1.22.10", "7e433d4a77e2c79e6a7ae4866782608a8e8bcad3ec6783580577c59538381a6e"),
Expand Down

0 comments on commit 7e3a466

Please sign in to comment.