diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3796909..54cd139 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 npm@9.7.2 # 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/