Skip to content

Commit

Permalink
fixup! feat(typescript): support typescript 4.3
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
devversion authored and twheys committed Jan 13, 2022
1 parent ab499dc commit 387ee3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit 387ee3f

Please sign in to comment.