From 33d5a0c7a090ae0887a5317109a19d7e61acb36e Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Mon, 20 Dec 2021 20:07:07 +0200 Subject: [PATCH] gh/actions: remove 'npm dedupe' check since it unexpectadly do update --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3c355d1cf..01eefbfec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,12 +67,6 @@ jobs: - name: Check that package-lock.json is in sync with package.json run: git diff --exit-code package-lock.json - - name: Run npm dedupe - run: npm dedupe - - - name: Check that package-lock.json doesn't contain unnecessary duplicates - run: git diff --exit-code package-lock.json - - name: Check that package-lock.json doesn't have conflicts run: npm ls --depth 999