-
Notifications
You must be signed in to change notification settings - Fork 271
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
Add runner for Node 20 LTS #1043
Comments
I would like to see this also. As far the tasks.schema.json concerns, the execution handler Node20_1 does not exist. (While it does at agent side.)
And VSCode shows: |
For the curious one:
task-lib update for Node20:
It seems that |
According to this Azure DevOps changelog it has been released even if the diff. PR are still open.. See how-to notes. |
Docs look good, can't wait to use the node20 runner :) |
Please check our current Issues to see if someone already reported this https://github.com/Microsoft/azure-pipelines-task-lib/issues
Environment
azure-pipelines-task-lib version: 4.3.1
Issue Description
Please provide a node20 task runner
Expected behaviour
I'd like a node20 task runner to run node 20 code.
Actual behaviour
There are runners node, node10, and node16, representing LTS releases of NodeJS.
Logs
Don't get me wrong, my code works fine. I may be misunderstanding, but I'd just like to see a node runner for each nodelts release.
The text was updated successfully, but these errors were encountered: