Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 18

- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Compile contracts
run: npx hardhat compile
Expand All @@ -44,7 +44,7 @@ jobs:
node-version: 18

- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Run tests
run: npx hardhat test
Expand All @@ -64,7 +64,7 @@ jobs:
node-version: 18

- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Deploy contracts
run: npx hardhat run scripts/deploy.js --network mainnet
Expand Down
Loading