Skip to content

Commit

Permalink
change npm install to ci --legacy-peer-deps (#751)
Browse files Browse the repository at this point in the history
Co-authored-by: nksazonov <[email protected]>
  • Loading branch information
nksazonov and nksazonov authored Jun 20, 2022
1 parent dd4d740 commit db428a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindings-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
cd ./nitro-protocol
npm install
npm ci --legacy-peer-deps
- name: make bin folder
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install dependencies
run: npm install
run: npm ci --legacy-peer-deps
- name: Compile contracts
run: npx hardhat compile
- name: Run eslint (including prettier)
Expand Down

0 comments on commit db428a7

Please sign in to comment.