Skip to content

Commit 8419764

Browse files
ci: uncomment package-lock.json check for unmet dependencies (#3850)
1 parent 342e448 commit 8419764

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ jobs:
8484
- name: Install Dependencies
8585
run: npm ci --ignore-scripts
8686

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
87+
- name: Check that package-lock.json doesn't have conflicts
88+
run: npm ls --depth 999
9089

9190
- name: Run npm install
9291
run: npm install --ignore-scripts --force --package-lock-only --engine-strict --strict-peer-deps

0 commit comments

Comments
 (0)