Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Yarn caching in GitHub Actions (#19662)
GitHub actions that install dependencies will now also cache those dependencies using the standard strategy for Yarn (which is to hash the lockfile). This matches the module template (see MetaMask/metamask-module-template#145 for details). This should have no functional impact except that this action will run faster when dependencies are unchanged.
- Loading branch information