romeovs / lcov-reporter-action

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

Update node version #56

Open jsve opened 1 year ago

jsve commented 1 year ago

Current version is node 12 which is not supported on GHA anymore:

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

davidcalhoun commented 1 year ago

I believe this can be fixed by upgrading this repo's dependencies to the latest versions: @actions/core and @actions/github

jsve commented 1 year ago

Could you share any documentation for that? Based on the error message, this needs to be set by the action. Should be a small PR to this repo.

jsve commented 1 year ago

Btw. sorry for reporting this duplicate. did not see https://github.com/romeovs/lcov-reporter-action/issues/55

amitkma commented 6 months ago

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