Skip to content

Commit

Permalink
build: update Bazel Node.js version to 12.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and filipesilva committed Mar 10, 2021
1 parent 74cf3a0 commit c6c4d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ check_rules_nodejs_version(minimum_version_string = "2.0.0")

# Setup the Node.js toolchain
node_repositories(
node_version = "12.20.2",
package_json = ["//:package.json"],
node_version = "12.14.1",
yarn_version = "1.22.4",
)

Expand Down

0 comments on commit c6c4d32

Please sign in to comment.