chore: bump min engine version to 10.17.0

This commit is contained in:
Andrey Lushnikov 2019-11-22 17:24:26 -08:00 committed by GitHub
parent d2ba399946
commit 5b1c992f90
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 control headless Chrome over the DevTools Protocol",
"repository": "github:Microsoft/playwright",
"engines": {
"node": ">=8.16.0"
"node": ">=10.17.0"
},
"playwright": {
"chromium_revision": "717627",