Skip to content

Commit

Permalink
chore: yarn install timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
cangzhang committed Jan 19, 2022
1 parent f1f0abd commit e19afb8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
$sha = (git rev-parse --short HEAD)
npm i -g yarn
yarn set version berry
yarn config set network-timeout 300000
yarn --silent
$env:SHORT_SHA=$sha; yarn release
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
$sha = (git rev-parse --short HEAD)
npm i -g yarn
yarn set version berry
yarn config set network-timeout 300000
yarn install --silent
$env:SHORT_SHA=$sha; yarn build:ci
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
yarnPath: .yarn/releases/yarn-3.1.1.cjs
nodeLinker: node-modules
httpTimeout: 300000

0 comments on commit e19afb8

Please sign in to comment.