We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342e448 commit 8419764Copy full SHA for 8419764
.github/workflows/ci.yml
@@ -84,9 +84,8 @@ jobs:
84
- name: Install Dependencies
85
run: npm ci --ignore-scripts
86
87
- # Disabled due to https://github.com/milesj/docusaurus-plugin-typedoc-api/pull/19
88
- # - name: Check that package-lock.json doesn't have conflicts
89
- # run: npm ls --depth 999
+ - name: Check that package-lock.json doesn't have conflicts
+ run: npm ls --depth 999
90
91
- name: Run npm install
92
run: npm install --ignore-scripts --force --package-lock-only --engine-strict --strict-peer-deps
0 commit comments