diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91f1ffb..8cc3ef1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install dependencies - run: npm install + run: npm install --ignore-scripts - name: Run tests run: npm test