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

Bump puppeteer to 22.4.1, jest-puppeteer to 10.0.1 #27698

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

gabrieldonadel
Copy link
Member

Why

Tests are failing to install node modules on the sdk-50 branch because puppeteer never finishes building.

image

e.g. https://github.com/expo/expo/actions/runs/8281262111/job/22679366958

It seems that there is some issue with the server not closing the connection for the old download url after download is complete. Puppeteer changed endpoints in puppeteer/puppeteer#11923, which means that versions puppeteer<22.1.0 are using the old URL. (Full details here puppeteer/puppeteer#12094)

How

  • Updated puppeteer to 22.4.1
  • Updated jest-puppeteer to 10.0.1

Test Plan

CI should. be green

Checklist

@gabrieldonadel gabrieldonadel requested review from alanjhughes, brentvatne and tsapeta and removed request for Simek and amandeepmittal March 15, 2024 16:00
@expo-bot expo-bot added the bot: passed checks ExpoBot has nothing to complain about label Mar 15, 2024
@gabrieldonadel gabrieldonadel merged commit 9f4814b into sdk-50 Mar 15, 2024
18 of 19 checks passed
@gabrieldonadel gabrieldonadel deleted the @gabrieldonadel/bump-puppeteer branch March 15, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint changed bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants