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
I have been trying to deploy a very simple "Hello World" app in Azure using AzureWebApp@1.
When I deploy by app using appType = webAppLinux and runtimeStack = NODE|20-lts everything goes okay.
But runtimeStack = NODE|22-lts The deployment reverts back to node v16!!
Azure supports Node 22 at this moment. I might be wrong but it looks like AzureWebApp@1 is missing Node 22 option. Please see:
New issue checklist
Task name
AzureWebApp@1
Task version
1
Issue Description
Hi,
I have been trying to deploy a very simple "Hello World" app in Azure using AzureWebApp@1.
When I deploy by app using
appType = webAppLinux
andruntimeStack = NODE|20-lts
everything goes okay.But
runtimeStack = NODE|22-lts
The deployment reverts back to node v16!!Azure supports Node 22 at this moment. I might be wrong but it looks like
AzureWebApp@1
is missing Node 22 option. Please see:azure-pipelines-tasks/Tasks/AzureWebAppV1/task.json
Line 131 in 1d12444
My config:
Any thoughts?
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Ubuntu
Relevant log output
No error logs!!
Full task logs with system.debug enabled
Repro steps
The text was updated successfully, but these errors were encountered: