Added support for new Node.js versions to resolve warning shown during execution of extension task.#181
Conversation
|
Also wanted to ask what Node versions we expect to support. I haven't removed support for Node.js 10 and 16, but I think it would be reasonable for people to use a task that does not use Node.js versions that are marked as end-of-life. Any thoughts? |
I'd say we shouldn't support things that are EOL. But if it's causing us no problems supporting it for now, we can let it be as it. |
|
Thank you for contributing with the repository @sicil1ano : ) I am using in DevOps yaml pipeline, the task "dependency-check-build-task@6" that shows the warning you fixed. Thank you, |
|
We need to merge this: #185 but the pipeline is not working, and I don't have access. |
It addresses issue #179.