From 5ee9c349cb9e777bb4872b3d561bfb739dee9871 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 10 Sep 2021 12:31:48 -0400 Subject: [PATCH] Update Node and NPM minimum versions (#18367) --- scripts/prereq-check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/prereq-check.sh b/scripts/prereq-check.sh index e56d0a0910..4851f778ca 100755 --- a/scripts/prereq-check.sh +++ b/scripts/prereq-check.sh @@ -33,8 +33,8 @@ check_prereq() echo "Checking prerequisites" -REQUIREDNODEVERSION=8.9.0 -REQUIREDNPMVERSION=5.6.0 +REQUIREDNODEVERSION=16.0.0 +REQUIREDNPMVERSION=7.10.0 REQUIREDGOVERSION=1.14.0 REQUIREDDOCKERVERSION=17.0