webpack-contrib / remark-loader

Load markdown through remark with image resolving and some react-specific features.
MIT License
18 stars 11 forks source link

ci: add node v18 #60

Closed amareshsm closed 2 years ago

amareshsm commented 2 years ago

This PR contains a:

Motivation / Use-Case

Add node v18 to test workflow

codecov[bot] commented 2 years ago

Codecov Report

Merging #60 (a6490d5) into master (b678dfc) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   51.61%   51.61%           
=======================================
  Files           2        2           
  Lines          31       31           
  Branches       10       10           
=======================================
  Hits           16       16           
  Misses         14       14           
  Partials        1        1           

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 b678dfc...a6490d5. Read the comment docs.

amareshsm commented 2 years ago

please trigger workflow tests.

amareshsm commented 2 years ago

Any one know why it is failing without any error?

image
alexander-akait commented 2 years ago

Bug in jest with ESM, can you try to update jest?