Skip to content

Commit

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

0 comments on commit c49a211

Please sign in to comment.