You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build](https://github.com/TAMULib/SAGE/actions/runs/3883092048/jobs/6626109894)
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: MikeEdgar/github-action@raw_coverage_file
To Reproduce
Steps to reproduce the behavior:
Go to github actions.
Run an action.
See warning at the very bottom.
Expected behavior
Not run using deprecated and no longer supported node version that will likely break once Github removes support completely.
Additional context
A proper solution does not yet exist.
There are some relating issues (we currently are using RAW and not XML format):
We currently use Node to combine the coverage into the raw format.
We can either get rid of node and try one of the above work-arounds or we can find a way to use the latest coveralls that doesn't have node 12 dependencies.
If we stay with using node, then we could possibly fork the coveralls github action and maintain our own, adding the raw support. This would be a fast solution. The MikeEdgar repository has not updated in years so I believe we would not have to do much maintainence other than an occassional git pull from the upstream repository.
The text was updated successfully, but these errors were encountered:
Describe the bug
Github is producing this error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Not run using deprecated and no longer supported node version that will likely break once Github removes support completely.
Additional context
A proper solution does not yet exist.
There are some relating issues (we currently are using RAW and not XML format):
There are referenced issues that are work-arounds:
We currently use Node to combine the coverage into the raw format.
We can either get rid of node and try one of the above work-arounds or we can find a way to use the latest coveralls that doesn't have node 12 dependencies.
If we stay with using node, then we could possibly fork the coveralls github action and maintain our own, adding the raw support. This would be a fast solution. The MikeEdgar repository has not updated in years so I believe we would not have to do much maintainence other than an occassional git pull from the upstream repository.
The text was updated successfully, but these errors were encountered: