chore: fix minimum node version (#3777)
This commit is contained in:
parent
675ce00432
commit
f6aab9e5bd
|
|
@ -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/",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue