Releases: MetaMask/action-checkout-and-setup
Releases · MetaMask/action-checkout-and-setup
v1.2.0
Added
- Add
yarn-custom-url
and yarn-install-max-retries
options (#24)
1.1.1
Fixed
- Cache nested
node_modules
directories (#20)
1.1.0
Added
- Add
skip-allow-scripts
option (#14)
- This can speed up the action by skipping the
allow-scripts
step, if it's not required.
Changed
- Use
MetaMask/action-retry-command
for possible flaky steps (#16)
Fixed
- Use current commit hash for cache key instead of
github.sha
(#15)
1.0.1
Fixed
- Run
allow-scripts
when restoring from cache (#11)
1.0.0
Added
- Initial release of
MetaMask/action-checkout-and-setup
(#9)