From 296dfd791282698cbccbab10e726f8e4f69c0ced Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Sat, 12 Jun 2021 18:31:17 +0200 Subject: [PATCH] fixup! feat(typescript): support typescript 4.3 Fix lint --- WORKSPACE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 1c79fa0349..7fe4fdbfe0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -26,7 +26,8 @@ workspace( load("//:index.bzl", "BAZEL_VERSION", "SUPPORTED_BAZEL_VERSIONS", "node_repositories") -# Node version used in the repository. +# Node version used in the repository. Needs to be at least `v12.14.1` to satisfy +# the minimum version required by the Angular packages. node_repositories( node_version = "12.14.1", )