I wrote a github action to build and deploy my app and it fails with no definitive error.
Here is an SS of the error.
Here is an SS of the main.yml in my workflow
This may be a similar issue to this question: npm run build hangs indefinitely on azure.
Our build has worked fine for months. Now for some reason npm build will not work in azure. The code can build locally, but no code version will work in…