diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d953ecc..a2ba481 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: - name: Check Yaml Syntax run: | - npm install + npm ci --ignore-scripts npm test phplint: diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index a7d2fb4..85fc542 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -40,7 +40,7 @@ jobs: node-version-file: ${{ inputs.node_version && '' || '.node-version' }} - name: Install NPM Packages - run: npm install + run: npm ci --ignore-scripts - name: Run Syntax Check run: npm run ${{ inputs.command }}