microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.44k stars 2.6k forks source link

Azure App Service Deployment: Node 20 related issues #19911

Open elvince opened 1 month ago

elvince commented 1 month ago

Task name

Azure App Service Deployment

Describe your feature request here

Hi, Azure web app has been updated to manage Node 20 since weeks but this task is stuck at node 18.

Could you please upgrade it so we can select node 20? Thanks,

v-schhabra commented 1 month ago

Hi @elvince, Azure App Service Deployment task has been updated to Node 20 since long but recently we have disabled this task to use Node20 as there are some issues with Node20.

georgeonofrei commented 1 month ago

@v-schhabra could you provide a link where these issues are mentioned? I am also facing this Node20 issue, but I am constrained by technology to use it and would like to know the consequences.

v-schhabra commented 1 month ago

@georgeonofrei Could you pls share the failed pipeline debug logs? I am not aware of the fully exact issue you are facing. If you can provide more details, I can share relevant issues that address these Node20 issues.

georgeonofrei commented 1 month ago

@v-schhabra I am sorry for the delay. What I meant to say is that Node 20 does not appear in the list of options, but I added it manually to the YAML and it worked without problems. Otherwise I do not have any problems with deploying Node 20 from the application perspective.