webpack / enhanced-resolve

Offers an async require.resolve function. It's highly configurable.
MIT License
928 stars 186 forks source link

ci: run tests on Node.js v18 and v20 #385

Closed snitin315 closed 1 year ago

snitin315 commented 1 year ago

Run tests on Node.js v18 and v20

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (d5cb40e) 92.90% compared to head (45a7869) 92.90%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #385 +/- ## ======================================= Coverage 92.90% 92.90% ======================================= Files 43 43 Lines 2029 2029 Branches 598 598 ======================================= Hits 1885 1885 Misses 116 116 Partials 28 28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

alexander-akait commented 1 year ago

Already done here https://github.com/webpack/enhanced-resolve/pull/381 with good refactor types and code

snitin315 commented 1 year ago

Great! I just saw that PR 👍🏻