Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node build fails with latest version [Bug] #39

Closed
kingso opened this issue Feb 24, 2023 · 2 comments
Closed

Node build fails with latest version [Bug] #39

kingso opened this issue Feb 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@kingso
Copy link

kingso commented Feb 24, 2023

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

@kingso kingso added the bug Something isn't working label Feb 24, 2023
@ZakariaAitAli
Copy link

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

@rffontenelle
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants