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", "repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=10.15.0" "node": ">=10.17.0"
}, },
"scripts": { "scripts": {
"ctest": "cross-env BROWSER=chromium test-runner test/", "ctest": "cross-env BROWSER=chromium test-runner test/",