We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b6203 commit 90eab35Copy full SHA for 90eab35
.github/workflows/ci.yml
@@ -84,7 +84,6 @@ jobs:
84
85
rm gitignore/Global/ModelSim.gitignore
86
rm gitignore/Global/Images.gitignore
87
- rm gitignore/Global/VirtualEnv.gitignore
88
cat gitignore/Node.gitignore gitignore/Global/*.gitignore > all.gitignore
89
90
IGNORED_FILES=$(git ls-files --cached --ignored --exclude-from=all.gitignore)
@@ -113,6 +112,9 @@ jobs:
113
112
- name: Install Dependencies
114
run: npm ci --ignore-scripts
115
+ - name: Check that package-lock.json doesn't have conflicts
116
+ run: npm ls --depth 999
117
+
118
- name: Run npm install
119
run: npm install --ignore-scripts --force --package-lock-only --engine-strict --strict-peer-deps
120
0 commit comments