fix(v2): Consistently use 10.15.1 as the minimum required node version (#2819)

This commit is contained in:
Sam Zhou 2020-05-27 11:18:48 -04:00 committed by GitHub
parent 082c6212cb
commit 33b60c6ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 20 additions and 20 deletions

View file

@ -29,6 +29,6 @@
"shelljs": "^0.8.4"
},
"engines": {
"node": ">=10.9.0"
"node": ">=10.15.1"
}
}