build: upgrade to node 14 (#41544)

Upgrade local development environment for the angular repo to use node 14
dropping node 10 from supported for development within the angular repo.

PR Close #41544
This commit is contained in:
Joey Perrott
2021-04-12 12:01:58 -07:00
committed by Zach Arend
parent 0bc539af29
commit ee615e0744
9 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ check_rules_nodejs_version(minimum_version_string = "2.2.0")
# Setup the Node.js toolchain
node_repositories(
node_version = "12.14.1",
node_version = "14.16.1",
package_json = ["//:package.json"],
)