ionic-team / stencil-component-starter

Minimal starter project for building shareable web components with Stencil
https://github.com/ionic-team/stencil
MIT License
278 stars 128 forks source link

chore(deps): upgrade puppeteer to v20 #118

Closed alicewriteswrongs closed 1 year ago

alicewriteswrongs commented 1 year ago

This upgrades puppeteer to v20 and updates the Stencil config to include an appropriate value for the testing.browserHeadless value.

For testing, I ran

npm t -- --no-cache

locally and things seem to be working correctly