Skip to content

Commit

Permalink
fix: πŸ› TIAS use [email protected] to prevent conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Aug 8, 2023
1 parent d83c16a commit 019315b
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 @@ -81,7 +81,8 @@ jobs:
working-directory: ./docs/rpc/docs/gatsby
run: |
npm i [email protected] [email protected] -S
npm install --legacy-peer-deps
npm i [email protected] -S
npm install --force
npm install gatsby-plugin-ipfs
- name: Build docs
Expand Down

0 comments on commit 019315b

Please sign in to comment.