feat: lower the engine requirement to node 10.15.0

This commit is contained in:
Joel Einbinder 2020-01-29 11:55:03 -08:00
parent b68a88a3fc
commit 35a23fdb3f

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": {