Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taks.json schema is outdated and doesn't reflect Node20_1 #1074

Closed
PavelBansky opened this issue Oct 22, 2024 · 1 comment
Closed

taks.json schema is outdated and doesn't reflect Node20_1 #1074

PavelBansky opened this issue Oct 22, 2024 · 1 comment

Comments

@PavelBansky
Copy link

When updating our task to use Node20_1 in task.json

  "execution": {
    "Node20_1": {
      "target": "src/index.js",
      "argumentFormat": ""
    }

the Node20_1 is not part of the schema and it is causing a warning about the json file.
The schema should be updated to reflect Node20_1

https://raw.githubusercontent.com/Microsoft/azure-pipelines-task-lib/master/tasks.schema.json

@DmitriiBobreshev
Copy link
Contributor

Hi @PavelBansky, thank you for the feedback. I've updated the scheme and now Node20_1 handler is in it.
Closing the issue, please feel free to reopen it if you have an additional problems with it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants