Skip to content

Commit

Permalink
fix qa build
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Feb 3, 2025
1 parent 0a4d41c commit 70bcd2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/frontend-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
with:
node-version: 14.x

- name: Clear NPM Cache
run: npm cache clean --force

- name: Install dependencies
run: npm install
working-directory: frontend
Expand Down

0 comments on commit 70bcd2b

Please sign in to comment.