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:
parent
c5e9944c42
commit
46a97b985e
|
@ -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,
|
||||
|
|
|
@ -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": [],
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue