Incorrect minimal required node version (#8427)

Incorrect minimal required node version
This commit is contained in:
Norbert de Langen 2019-10-17 19:32:22 +02:00 committed by GitHub
commit 552ea06437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@
"eslint-plugin-cypress": "^2.7.0" "eslint-plugin-cypress": "^2.7.0"
}, },
"engines": { "engines": {
"node": ">=8.6.0", "node": ">=8.10.0",
"yarn": ">=1.3.2" "yarn": ">=1.3.2"
}, },
"collective": { "collective": {