Open
Description
2025-03-25T10:13:55.2638557Z ##[warning]Task is dependent on a Node version (16) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance|
Below is my current task.json
"execution": {
"Node10": {
"target": "index.js"
},
"Node16": {
"target": "index.js"
},
"Node20_1": {
"target": "index.js"
}
}