Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Puppeteer 5 #173

Merged
merged 1 commit into from Apr 13, 2021
Merged

Update to Puppeteer 5 #173

merged 1 commit into from Apr 13, 2021

Commits on Apr 12, 2021

  1. Update to Puppeteer 5

    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
    Krinkle committed Apr 12, 2021
    Copy the full SHA
    ca15b69 View commit details
    Browse the repository at this point in the history