Skip to content

Commit

Permalink
Update to Puppeteer 5
Browse files Browse the repository at this point in the history
Some internal breaking changes, but nothing that affects this project
afaik. https://github.com/puppeteer/puppeteer/releases/tag/v5.0.0

Main reason for updating is so that 5.3.0 becomes in-range,
which introduced support for PUPPETEER_DOWNLOAD_PATH, which can
be set to a cached directory (e.g. for CI to save/restore, or to
persist locally in a way compatible with npm-ci)

Ref puppeteer/puppeteer#6014
  • Loading branch information
Krinkle committed Apr 12, 2021
1 parent c2101b2 commit ca15b69
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 64 deletions.
180 changes: 117 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"eventemitter2": "^6.4.2",
"p-each-series": "^2.1.0",
"puppeteer": "^4.0.0"
"puppeteer": "^5.0.0"
},
"devDependencies": {
"difflet": "^1.0.1",
Expand Down

0 comments on commit ca15b69

Please sign in to comment.