-
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!