diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a314707..ca2c749 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -16,7 +16,7 @@ jobs: with: node-version: '14' - name: Install dependencies - run: npm install --no-audit --no-fund --no-optional + run: npm ci - name: Lint run: npm run eslint - name: Build