bahmutov / npm-install

GitHub Action for install npm dependencies with caching without any configuration
https://github.com/marketplace/actions/npm-or-yarn-install-with-caching
652 stars 71 forks source link

Do not fail actions when caching fails #143

Closed perrin4869 closed 2 years ago

perrin4869 commented 2 years ago

All workflows relying on this action are failing due to https://github.com/actions/cache/issues/820 This change makes it so failures in cache in github side do not make the workflow fail. Fixes https://github.com/bahmutov/npm-install/issues/142

bahmutov commented 2 years ago

Super, let me see if this can be released

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.8.17 :tada:

The release is available on:

Your semantic-release bot :package::rocket: