diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 231fec5..9978ccb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: with: node-version: '18' - name: Install dependencies - run: npm ci + run: npm ci --install-links - name: Run Jest run: npm run jest - uses: codecov/codecov-action@v3