chore: set minimum version to Node.js 14 (#13469)

This commit is contained in:
Max Schmitt 2022-04-26 17:52:32 +02:00 committed by GitHub
parent f7af79137b
commit 37bee74ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -97,7 +97,7 @@ let page: import('playwright').Page;
## System requirements
Playwright requires Node.js version 12 or above. The browser binaries for Chromium,
Playwright requires Node.js version 14 or above. The browser binaries for Chromium,
Firefox and WebKit work across the 3 platforms (Windows, macOS, Linux):
### Windows

View File

@ -30,7 +30,7 @@ await page.evaluate(`(async() => {
### ReferenceError: URL is not defined
Playwright requires Node.js 12 or higher. Node.js 8 is not supported, and will cause you to receive this error.
Playwright requires Node.js 14 or higher. Node.js 8 is not supported, and will cause you to receive this error.
# Please file an issue

View File

@ -6,7 +6,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=12"
"node": ">=14"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=12"
"node": ">=14"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=12"
"node": ">=14"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=12"
"node": ">=14"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=12"
"node": ">=14"
},
"main": "index.js",
"exports": {

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=12"
"node": ">=14"
},
"author": {
"name": "Microsoft Corporation"

View File

@ -5,7 +5,7 @@
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=12"
"node": ">=14"
},
"author": {
"name": "Microsoft Corporation"