sinonjs / fake-timers

Fake setTimeout and friends (collectively known as "timers"). Useful in your JavaScript tests. Extracted from Sinon.JS
BSD 3-Clause "New" or "Revised" License
794 stars 103 forks source link

chore(ci): use builtin dependency caching #403

Closed SimenB closed 2 years ago

SimenB commented 2 years ago

Purpose (TL;DR) - mandatory

See https://github.com/actions/setup-node/blob/main/README.md#caching-packages-dependencies

codecov[bot] commented 2 years ago

Codecov Report

Merging #403 (49dc50d) into master (f434b69) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #403   +/-   ##
=======================================
  Coverage   93.85%   93.85%           
=======================================
  Files           1        1           
  Lines         586      586           
=======================================
  Hits          550      550           
  Misses         36       36           
Flag Coverage Δ
unit 93.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f434b69...49dc50d. Read the comment docs.

fatso83 commented 2 years ago

Nice 👍

mroderick commented 2 years ago

Thank you ❤️