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
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"
}
}
The text was updated successfully, but these errors were encountered:
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"
}
}
The text was updated successfully, but these errors were encountered: