Skip to content

Commit

Permalink
fix: πŸ› TIAS --legacy-peer-deps for npm install dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Aug 8, 2023
1 parent f1d29ae commit 9b6f8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install dependencies
working-directory: ./docs/rpc/docs/gatsby
run: |
npm install --force
npm install --legacy-peer-deps
npm install gatsby-plugin-ipfs
- name: Build docs
Expand Down

0 comments on commit 9b6f8b4

Please sign in to comment.