Update the the latest LTS Node version (#1543)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1543)
<!-- Reviewable:end -->
This commit is contained in:
Lai Jiang 2022-03-07 11:49:18 -05:00 committed by GitHub
parent 7b11b29ea3
commit 2702eeb56d

View file

@ -55,7 +55,7 @@ plugins {
node {
download = true
version = "14.15.5"
version = "16.14.0"
npmVersion = "6.14.11"
}