deploy-to-azure icon indicating copy to clipboard operation
deploy-to-azure copied to clipboard

Node build fails with latest version [Bug]

Open kingso opened this issue 2 years ago • 2 comments

Describe the bug Building the image with action fails, changed to specific Node v16 and seemed to run.

kingso avatar Feb 24 '23 10:02 kingso

in .github/workflows/deploy-staging.yml I changed node version for "Step 4: Deploy to a staging environment based on labels" to work

   steps:
     - uses: actions/checkout@v3
     - uses: actions/setup-node@v3
       with: 
         node-version: 16

ZakariaAitAli avatar Aug 17 '23 15:08 ZakariaAitAli

This was fixed in #59, as pointed out in issue #54

rffontenelle avatar Mar 19 '24 19:03 rffontenelle