MicrosoftDocs / mslearn-staticwebapp

Static Web App template repository
MIT License
79 stars 103 forks source link

Change node engines to use version node v16 #139

Closed DlopezS98 closed 1 year ago

DlopezS98 commented 1 year ago

CI azure static web apps fails when try to build angular/react applications using a node version higher than node v16

Local error: image

Github actions image

I'll suggest forcing the node version to avoid issues when deploying the web app in the Azure portal

Switching between different versions and it works! image

image

DlopezS98 commented 1 year ago

@microsoft-github-policy-service agree