You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- have been using this internally for about 6 months and I've personally
contributed bugfixes and optimizations to it, so should be good to
use by general users too
- it's a good bit less configuration, which is particularly better for
beginners, but even for advanced users, it means that improvements
are shared out to all users
- I also recommended it in an actions/cache issue about needing too
much config already too, which I wouldn't have done if I weren't
confident in its usage now
- this properly caches node_modules by using ~/.npm or Yarn's cache dir
as recommended, instead of `node_modules` itself, which is not
- c.f. https://github.com/actions/cache/blob/main/examples.md#node---npm
- it's also not susceptible to the `**/yarn.lock` issue that was
reported because it caches the _one_ lockfile directly instead of
potentially multiple lockfiles
0 commit comments