diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63dc6e9..1d99e1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,6 @@ jobs: node-version: 'lts/*' cache: 'npm' - name: Install dependencies - run: npm ci + run: npm ci --ignore-scripts - name: Run tests run: npm test