Skip to content

Commit e2ebf04

Browse files
gh/actions: remove 'npm dedupe' check since it unexpectadly do update (#3434)
1 parent 71dd289 commit e2ebf04

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ jobs:
6767
- name: Check that package-lock.json is in sync with package.json
6868
run: git diff --exit-code package-lock.json
6969

70-
- name: Run npm dedupe
71-
run: npm dedupe
72-
73-
- name: Check that package-lock.json doesn't contain unnecessary duplicates
74-
run: git diff --exit-code package-lock.json
75-
7670
- name: Check that package-lock.json doesn't have conflicts
7771
run: npm ls --depth 999
7872

0 commit comments

Comments
 (0)