deploy-to-azure
deploy-to-azure copied to clipboard
Node build fails with latest version [Bug]
Describe the bug Building the image with action fails, changed to specific Node v16 and seemed to run.
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
This was fixed in #59, as pointed out in issue #54