Skip to content

Commit aeacaa3

Browse files
ci: backport workflow fixe from graphql-js (#306)
1 parent 53b6203 commit aeacaa3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ jobs:
113113
- name: Install Dependencies
114114
run: npm ci --ignore-scripts
115115

116+
- name: Check that package-lock.json doesn't have conflicts
117+
run: npm ls --depth 999
118+
116119
- name: Run npm install
117120
run: npm install --ignore-scripts --force --package-lock-only --engine-strict --strict-peer-deps
118121

0 commit comments

Comments
 (0)