Skip to content

v0.2.0: Build Speed & PR Auditing

Compare
Choose a tag to compare
@jakejarvis jakejarvis released this 07 Sep 14:17
· 14 commits to master since this release
52914c0
  • 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!