diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e9deeeb4c..be4d3e4ab4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -195,7 +195,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Install - run: npm ci --ignore-scripts + run: npm ci - name: Download Build Artifacts uses: actions/download-artifact@v5 with: