From dc7f9e4f044b9d176c0fcf6836691f1e8af1e433 Mon Sep 17 00:00:00 2001 From: midudev Date: Sun, 8 Aug 2021 21:08:09 +0200 Subject: [PATCH] Optimize npm install with ci --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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