Skip to content

Commit

Permalink
gh/actions: remove 'npm dedupe' check since it unexpectadly do update (
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 20, 2021
1 parent 71dd289 commit e2ebf04
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -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

Expand Down

0 comments on commit e2ebf04

Please sign in to comment.