chore: add engines to the puppeteer package too (#10303)

This commit is contained in:
Alex Rudenko 2023-06-02 12:52:52 +02:00 committed by GitHub
parent d20b4fb407
commit 4d4e4bc892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,9 @@
"type": "git",
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer"
},
"engines": {
"node": ">=16.3.0"
},
"scripts": {
"build:docs": "wireit",
"build:tsc": "wireit",