feat!: drop support for node14 (#10019)

This commit is contained in:
Alex Rudenko 2023-05-02 09:37:46 +02:00 committed by GitHub
parent 21ed75890f
commit 7405d6585a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=14.1.0"
"node": ">=16.0.0"
},
"files": [
"lib",

View File

@ -44,7 +44,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=14.1.0"
"node": ">=16.0.0"
},
"dependencies": {
"@angular-devkit/architect": "^0.1502.7",

View File

@ -31,7 +31,7 @@
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core"
},
"engines": {
"node": ">=14.14.0"
"node": ">=16.0.0"
},
"scripts": {
"build:docs": "wireit",