Skip to content

Dependent on a Node version (16) that is end-of-life issue persist even after changing the task.json #1097

Open
@rdengale

Description

@rdengale

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"
}
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions