diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c749397..231fec5 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 --ignore-scripts + run: npm ci - name: Run Jest run: npm run jest - uses: codecov/codecov-action@v3