romeovs / lcov-reporter-action

Comments a pull request with the code coverage generated by your tests.
MIT License
161 stars 99 forks source link

Deprecation warning when running builds #55

Open PetrasBartusis opened 2 years ago

PetrasBartusis commented 2 years ago

Hey! Hope you are all doing well! When I am running the lcov reporter action, I am getting this annotation: image Warning message:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: romeovs/lcov-reporter-action

Is there a possibility you will upgrade the node version that is in use?

pcaversaccio commented 11 months ago

In the meantime it's forcibly run on Node.js 16 (example):

The following actions uses node12 which is deprecated and will be forced to run on node16: romeovs/lcov-reporter-action@v0.3.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

@romeovs could you please fix this in the near future; I would recommend doing a direct bump to Node.js version 18 or even 20.

eugef commented 9 months ago

@romeovs could you please release a new version of this github action that contains the fix.

jlongo-encora commented 7 months ago

Any updates here?

amitkma commented 6 months ago

Not sure if this library is maintained or not. We have forked and upgraded the node and all other dependencies. Feel free to use and provide feedback or report error if any ->https://github.com/sunsergdev/lcov-reporter-action/releases/tag/v0.3.1-fork

pcaversaccio commented 6 months ago

Not sure if this library is maintained or not. We have forked and upgraded the node and all other dependencies. Feel free to use and provide feedback or report error if any ->https://github.com/sunsergdev/lcov-reporter-action/releases/tag/v0.3.1-fork

Thx - you might wanna update the "Example Usage" section: https://github.com/sunsergdev/lcov-reporter-action/tree/v0.3.1-fork/#example-usage to sunsergdev/lcov-reporter-action@v0.3.1-fork.