pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
519 stars 63 forks source link

Pin puppeteer version to avoid downloading twice #134

Closed josebolos closed 3 years ago

josebolos commented 3 years ago

This commit upgrades pa11y to the latest 5.3.1 version, and downgrades the version of puppeteer used by pa11y-ci from 1.20.0 to 1.19.0 in order to avoid having to download two different versions of puppeteer, as reported in #131.