build: update package.json engines range for nodes in preparation for upgrade (#41472)

In preparation for upgrading to `node@14`, and dropping `node@10`, updating the engines
for local `package.json`s.

PR Close #41472
This commit is contained in:
Joey Perrott 2021-04-06 11:09:30 -07:00 committed by atscott
parent ff9253b4a6
commit 4a68e13d1b
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.19.0 <13.0.0",
"node": ">=10.19.0 <16.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.19.0 <13.0.0",
"node": ">=10.19.0 <16.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.19.0 <13.0.0",
"node": ">=10.19.0 <16.0.0",
"yarn": ">=1.22.4 <2"
},
"repository": {