build: Bump minimum required node version to 10.19.0 (#41390)

Critical security vulnerability fixed in node v 10.19.0
Other performance and security updates since node 10.9.0

PR Close #41390
This commit is contained in:
GChuf 2021-03-31 04:48:07 -04:00 committed by atscott
parent c5e9944c42
commit 46a97b985e
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@
},
"//engines-comment": "Keep this in sync with /package.json and /aio/tools/examples/shared/package.json",
"engines": {
"node": ">=10.9.0 <13.0.0",
"node": ">=10.19.0 <13.0.0",
"yarn": ">=1.22.4 <2"
},
"private": true,

View File

@ -13,7 +13,7 @@
},
"//engines-comment": "Keep this in sync with /package.json and /aio/package.json",
"engines": {
"node": ">=10.9.0 <13.0.0",
"node": ">=10.19.0 <13.0.0",
"yarn": ">=1.21.1 <2"
},
"keywords": [],

View File

@ -8,7 +8,7 @@
"license": "MIT",
"//engines-comment": "Keep this in sync with /aio/package.json and /aio/tools/examples/shared/package.json",
"engines": {
"node": ">=10.9.0 <13.0.0",
"node": ">=10.19.0 <13.0.0",
"yarn": ">=1.22.4 <2"
},
"repository": {