Skip to content

Commit 90eab35

Browse files
committed
ci: backport workflow fixes from graphql-js
1 parent 53b6203 commit 90eab35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
8585
rm gitignore/Global/ModelSim.gitignore
8686
rm gitignore/Global/Images.gitignore
87-
rm gitignore/Global/VirtualEnv.gitignore
8887
cat gitignore/Node.gitignore gitignore/Global/*.gitignore > all.gitignore
8988
9089
IGNORED_FILES=$(git ls-files --cached --ignored --exclude-from=all.gitignore)
@@ -113,6 +112,9 @@ jobs:
113112
- name: Install Dependencies
114113
run: npm ci --ignore-scripts
115114

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

0 commit comments

Comments
 (0)