sysgears / mochapack

Mocha test runner with integrated webpack precompiler
https://sysgears.github.io/mochapack/
MIT License
183 stars 28 forks source link

Implements better GHA caching strategy #135

Closed larixer closed 1 year ago

larixer commented 1 year ago

What's the problem this PR addresses?

Implements better GitHub Actions cache strategy for Yarn.

How did you fix it?

I have separated global Yarn cache from local node_modules cache and use them separately.