feat: lower the engine requirement to node 10.15.0 (#750)

Some people are still on 10.15, like the Google cloud. We can relax our supported node version a little bit to support them.
This commit is contained in:
Joel Einbinder 2020-01-29 11:58:29 -08:00 committed by GitHub
parent 7ea4110987
commit 9a126da6f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"engines": {
"node": ">=10.17.0"
"node": ">=10.15.0"
},
"main": "index.js",
"playwright": {