Skip to content

Commit

Permalink
Fix workflow 4
Browse files Browse the repository at this point in the history
  • Loading branch information
slashexx committed Nov 2, 2024
1 parent ef5a1b6 commit 35d19d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,23 @@ jobs:
with:
node-version: '20.15.1'

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

- name: Install npm
run: npm install -g [email protected] # Adjust based on your local version

- name: Install dependencies
run: |
cd frontend/
npm install --legacy-peer-deps
- name: List directory contents
run: ls -R frontend/

- name: Print npm config
run: npm config ls

- name: Run tests
run: |
cd frontend/
Expand Down

0 comments on commit 35d19d9

Please sign in to comment.