Skip to content

Commit 9bf1148

Browse files
authored
Update package.json
1 parent 7becb13 commit 9bf1148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "1.0.0",
44
"description": "Serverless API to take screenshots of websites with Puppeteer.",
55
"dependencies": {
6-
"chrome-aws-lambda": "^10.1.0",
7-
"puppeteer-core": "^22.12.1",
6+
"chrome-aws-lambda": "7.0.0",
7+
"puppeteer-core": "13.1.2",
88
"express": "^4.17.1"
99
},
1010
"devDependencies": {
1111
"typescript": "4.1.5"
1212
},
1313
"engines": {
14-
"node": "20.x"
14+
"node": "18.x"
1515
}
1616
}

0 commit comments

Comments
 (0)