Skip to content

Commit

Permalink
ci: uncomment package-lock.json check for unmet dependencies
Browse files Browse the repository at this point in the history
Context: it was disabled due to bug in docusaurus plugin which was fixed a long time ago.
  • Loading branch information
IvanGoncharov committed Feb 17, 2023
1 parent 342e448 commit 5bab6ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ jobs:
- name: Install Dependencies
run: npm ci --ignore-scripts

# Disabled due to https://github.com/milesj/docusaurus-plugin-typedoc-api/pull/19
# - name: Check that package-lock.json doesn't have conflicts
# run: npm ls --depth 999
- name: Check that package-lock.json doesn't have conflicts
run: npm ls --depth 999

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

0 comments on commit 5bab6ff

Please sign in to comment.