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

Drop node 12 #428

Closed mroderick closed 2 years ago

mroderick commented 2 years ago

This PR drops support for Node 12 and adds support for Node 18

See https://nodejs.org/en/about/releases/

codecov[bot] commented 2 years ago

Codecov Report

Merging #428 (3ba1cec) into main (486125b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #428   +/-   ##
=======================================
  Coverage   95.51%   95.51%           
=======================================
  Files           1        1           
  Lines         624      624           
=======================================
  Hits          596      596           
  Misses         28       28           
Flag Coverage Δ
unit 95.51% <ø> (ø)

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 486125b...3ba1cec. Read the comment docs.