Skip to content

Commit

Permalink
increase network timeout for yarn install on windows (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Feb 12, 2022
1 parent babaebc commit 2a38324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: Installing project dependencies
run: |
yarn install --frozen-lockfile && yarn lerna bootstrap
yarn install --frozen-lockfile --network-timeout 1000000 && yarn lerna bootstrap
- name: Lint
run: |
yarn lint
Expand Down

0 comments on commit 2a38324

Please sign in to comment.