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

Fix failing GitHub Action for publishing docs #1398

Closed
1 task done
georgimld opened this issue Jun 14, 2023 · 1 comment · Fixed by #1415
Closed
1 task done

Fix failing GitHub Action for publishing docs #1398

georgimld opened this issue Jun 14, 2023 · 1 comment · Fixed by #1415
Assignees
Labels
api Indicates api related issue or feature bug Something isn't working

Comments

@georgimld
Copy link
Collaborator

  • I have searched the issues of this repository and believe that this is not a duplicate.

Description 😯

Fix failing GitHub action, that fails during Run echo "Generating api documentation" && cd api && npm ci --no-audit && npm run build-docs, probably during the npm ci --no-auditcommand. This action is triggered only during release, but there should be a way to test it locally.

@georgimld georgimld added the bug Something isn't working label Jun 14, 2023
@georgimld georgimld added this to the Trubudget 2.3.0 milestone Jun 14, 2023
@issuelabeler issuelabeler bot added the api Indicates api related issue or feature label Jun 14, 2023
@SamuelPull
Copy link
Collaborator

Github action tested locally with https://github.com/nektos/act .
Bumping node-version: from "12.x" to "16.x" fixed the error.

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

Successfully merging a pull request may close this issue.

2 participants