Closed ljharb closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
5bb25e2
) 100.00% compared to head (cf97253
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixed it so it doesn't fail fast; it now tests on node 18-21; and it doesn't waste time running the linter in the matrix, and instead runs it as a separate workflow.
Now updated to downgrade c8 to v7, since v8 requires node 12.
… and, now downgraded to mocha 8, which is the newest version that supports the same engines as v3 of flat-cache.
Fixes #80