Releases: jakejarvis/lighthouse-action
v0.3.2: Improved output
Small improvements to the output at the end of the action. (Also fixes error in v0.3.1.)
v0.3.0: Output unique filenames
v0.2.2: Third party licenses
Includes licenses and copyright information for bundled third party software in THIRD_PARTY_NOTICE.md
.
v0.2.1: Housekeeping
Just a bunch of housekeeping, optimizations, and non-breaking changes!
v0.2.0: Build Speed & PR Auditing
-
Build time is now cut in (at least) half by extracting the steps to install Node LTS and Chrome Stable into a cached image on Docker Hub, instead of painfully executing these steps every time this action is run anywhere. The image on Docker Hub is built automatically from
Dockerfile.base
in this repository. -
Running audits on pull requests (before merging) is now supported via Netlify Deploy Previews — thanks @browniebroke!
v0.1.0: First release
Allows for Lighthouse audits with scores printed to the workflow logs and HTML/JSON results uploaded as artifacts.
The ability to fail the step if certain thresholds are not met will be in the next release!