Skip to content

Commit

Permalink
Add --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitblip committed Sep 27, 2023
1 parent 1eff190 commit d6e6927
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install dependencies (if the cached directory was not found)
if: steps.node-cache.outputs.cache-hit != 'true'
run: npm ci
run: npm ci --legacy-peer-deps

- name: Create the docs directory locally in CI
run: npm run docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install dependencies (if the cached directory was not found)
if: steps.node-cache.outputs.cache-hit != 'true'
run: npm ci
run: npm ci --legacy-peer-deps

- run: npm publish --access public
env:
Expand Down
9 changes: 3 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6e6927

Please sign in to comment.