MishaKav / jest-coverage-comment

Comments a pull request or commit with the jest code coverage badge, full report and tests summary
MIT License
80 stars 34 forks source link

Update Node 16 -> 20 #79

Closed kagankan closed 8 months ago

kagankan commented 8 months ago

Thank you for creating such a fantastic tool! 😍 I have been finding it extremely useful.

Since Node version 16 has become deprecated, could you please consider updating it to version 20?

see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

GitHub shows such a warning. image

MishaKav commented 8 months ago

Sure, thanks for letting me know. will do it soon.

MishaKav commented 8 months ago

Thank you for your contribution. I merged your changes and release v1.0.25.

You can use the latest version

- name: Jest coverage comment
  uses: MishaKav/jest-coverage-comment@main

or

- name: Jest coverage comment
  uses: MishaKav/jest-coverage-comment@v1.0.25