mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
chore: fix minimum node version (#3777)
This commit is contained in:
parent
675ce00432
commit
f6aab9e5bd
@ -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/",
|
||||
|
Loading…
Reference in New Issue
Block a user