Skip to content

Commit

Permalink
Config network-timeout for yarn (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Jul 29, 2023
1 parent 6d9c4e1 commit 6f178cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ runs:
cache: "yarn"
cache-dependency-path: ${{ inputs.path }}/yarn.lock

- name: "Setup Yarn"
shell: bash
run: |
echo "STEP: Setup Yarn"
cd ${{ inputs.path }}
npm install -g [email protected]
yarn config set network-timeout 1000000
- name: "Bootstrap"
shell: bash
run: |
Expand Down

0 comments on commit 6f178cc

Please sign in to comment.