Skip to content

Commit 3210ffc

Browse files
authored
yarn install on update-network.yml
1 parent 514b718 commit 3210ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-network.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
node-version: '16.10.0'
5555
- name: Add new network
5656
run: |
57+
yarn install --frozen-lockfile
5758
node scripts/addNetwork.ts ${{ inputs.chainid }} ${{ inputs.explorer }} ${{ inputs.multicall }} ${{ inputs.start }} ${{ inputs.logo }} "${{ inputs.networkname }}" ${{ inputs.shortname }} ${{ inputs.testnet }}
5859
- name: Update minor
5960
run: |

0 commit comments

Comments
 (0)