Skip to content

Commit

Permalink
build: increase networok timeout for yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewinci committed Jul 12, 2023
1 parent 04bea12 commit f9531b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install npm dependencies
run: |
npm install -g yarn
yarn install
yarn install --network-timeout 100000
- name: Install Ubuntu dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
"lint-staged": "^13.1.2",
"prettier": "2.8.7",
"rimraf": "^4.1.2",
"semantic-release": "^21.0.2",
"vite": "^4.3.3",
"vitest": "^0.28.4"
"semantic-release": "^21.0.2"
},
"prettier": {
"bracketSameLine": true,
Expand Down

0 comments on commit f9531b4

Please sign in to comment.