build(docs-infra): sync examples node engine constraints with aio (#33877)
PR Close #33877
This commit is contained in:
parent
e666d283dd
commit
5beae0633b
|
@ -10,8 +10,9 @@
|
|||
"preinstall": "node ../../../../tools/yarn/check-yarn.js",
|
||||
"postinstall": "yarn webdriver:update"
|
||||
},
|
||||
"//engines-comment": "Keep this in sync with aio/package.json",
|
||||
"engines": {
|
||||
"node": ">=10.9.0 <11.0.0",
|
||||
"node": ">=10.9.0 <13.0.0",
|
||||
"yarn": ">=1.17.3 <=1.19.1"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
Loading…
Reference in New Issue