Node 6 execution handler warning in Azure Devops Task
See original GitHub issueGetting this warning running the Azure Devops Extension.
See https://github.com/microsoft/azure-pipelines-tasks/issues/15493
Task : ReportGenerator
Description : ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
Version : 4.8.13
Author : Palmmedia
Help : [More Information](https://github.com/danielpalme/ReportGenerator)
==============================================================================
##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider the migration guideline to Node 10 handler - https://aka.ms/migrateTaskNode10. If you are the user - feel free to reach out to the owners of this task to proceed on migration.
snippet of the relevant settings from the pipeline
- task: reportgenerator@4
reporttypes: "Cobertura;HtmlInline_AzurePipelines"
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Migration from Node 6 to Node 10 | warning messages
##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider...
Read more >Node 6 execution handler to be deprecated soon, please ...
##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider ......
Read more >Please help me understand if this NuGet warning from ...
##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider ......
Read more >SonarCloud prepare task uses Node 6 tasks - Sonar Community
Hi, We use SonarCloud on Azure DevOps. Since recently, Azure DevOps allows to disable Node 6 tasks (setting on organization level) as Node...
Read more >Trigger Build Task
"##[warning]This task uses Node 6 execution handler, which will be deprecated soon." The supported versions are: TriggerBuild @ version 4.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks for the hint.
I fixed it here: https://github.com/danielpalme/ReportGenerator/blob/master/src/AzureDevopsTask/README.md
Next release will also update the market place.
Worked great, thanks for the quick response and a great tool.