We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7becb13 commit 9bf1148Copy full SHA for 9bf1148
package.json
@@ -3,14 +3,14 @@
3
"version": "1.0.0",
4
"description": "Serverless API to take screenshots of websites with Puppeteer.",
5
"dependencies": {
6
- "chrome-aws-lambda": "^10.1.0",
7
- "puppeteer-core": "^22.12.1",
+ "chrome-aws-lambda": "7.0.0",
+ "puppeteer-core": "13.1.2",
8
"express": "^4.17.1"
9
},
10
"devDependencies": {
11
"typescript": "4.1.5"
12
13
"engines": {
14
- "node": "20.x"
+ "node": "18.x"
15
}
16
0 commit comments