chore: fix minimum node version (#3777)

This commit is contained in:
Jon Picchietti 2020-09-04 19:18:18 -05:00 committed by GitHub
parent 675ce00432
commit f6aab9e5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=10.15.0"
"node": ">=10.17.0"
},
"scripts": {
"ctest": "cross-env BROWSER=chromium test-runner test/",