install yarn

This commit is contained in:
Tommy Verrall
2024-09-10 18:02:55 +02:00
parent f2d56882fe
commit 8c021e9537
@@ -62,6 +62,9 @@ jobs:
fileName: '.env'
encodedString: ${{ secrets.WALLET_ADMIN_ADDRESS }}
- name: Install Yarn
run: npm install -g yarn
- name: Install project dependencies
shell: bash
run: cd .. && yarn --network-timeout 100000