barecheck / code-coverage-action

GitHub Action that generates code coverage reports
https://barecheck.com
MIT License
61 stars 14 forks source link

Node.js 16 actions are deprecated. #257

Closed vladsha-dev closed 8 months ago

vladsha-dev commented 8 months ago

Hello @vitaliimelnychuk It would be great if you updated your action to use Node.js 20, as Node.js 16 actions are deprecated on GitHub. This action is used for the CI on the project I am working on. It is a really useful tool!

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: barecheck/code-coverage-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

vitaliimelnychuk commented 8 months ago

Hey @vladsha-dev , thanks for reaching out!

Sure, let me take a look over the weekend. If you'd like to contribute feel free to open a PR I would be more than happy to review / merge.

It might be that the only one change we need to is to change the node.js version to build and the version here: https://github.com/barecheck/code-coverage-action/blob/v1/action.yml

vladsha-dev commented 8 months ago

Thanks @vitaliimelnychuk, Sorry, I am not very familiar with developing GitHub actions. Our team would appreciate the upgrade of your GitHub action to the new Node.js version!

vitaliimelnychuk commented 8 months ago

Hello @vladsha-dev, I just upgraded the deps and node version. There is no breaking change with the previous version so what you need to do on your side it's just update node version to 20 in your GitHub action. Please use Readme as an example of how to do it.

vladsha-dev commented 8 months ago

Hello @vitaliimelnychuk Thank you very much!