1
Fork 0
cloudflare-playwright/package.json
Conduitry d3325eccb4 support earlier Playwright versions
Version 1.7.0 is the first one where the version of Node in the Docker
image supports top-level await.
2022-07-21 10:18:16 -04:00

6 lines
75 B
JSON

{
"type": "module",
"dependencies": {
"playwright-core": "^1.7.0"
}
}