Skip to content

Commit 13530ce

Browse files
ci: add check that 'package-lock.json' doesn't have conflicts (#3403)
1 parent d26f6e9 commit 13530ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
- name: Check that package-lock.json is in sync with package.json
7474
run: git diff --exit-code package-lock.json
7575

76+
- name: Check that package-lock.json doesn't have conflicts
77+
run: npm ls --package-lock-only --depth 999
78+
7679
integrationTests:
7780
name: Run integration tests
7881
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)