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:
parent
ff9253b4a6
commit
4a68e13d1b
|
@ -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,
|
||||
|
|
|
@ -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": [],
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue