- Port from Yarn Zero-Installs to ncc since otherwise the action crashes because the dependencies aren't found (#3, cea91b6).
- Log when post step has nothing to do so that users are appraised the cache isn't being saved on cache hit (#3, 22e28a0).
- Correct path to Bash from
/usr/bin/env bash
to/usr/bin/bash
so shell commands execute successfully on GitHub-hosted runners (#3, e95a142).
Full Changelog: 0.1.1...0.1.2