File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 with :
1111 node-version : 16
1212 - name : install dependencies
13- run : yarn install
13+ run : yarn install --network-timeout 300000
1414 - name : build
1515 run : yarn make
1616
2222 with :
2323 node-version : 16
2424 - name : install dependencies
25- run : yarn install
25+ run : yarn install --network-timeout 300000
2626 - name : build
2727 run : yarn make
2828
3434 with :
3535 node-version : 16
3636 - name : install dependencies
37- run : yarn install
37+ run : yarn install --network-timeout 300000
3838 - name : build
3939 run : yarn make
Original file line number Diff line number Diff line change 1414 with :
1515 node-version : 16
1616 - name : install dependencies
17- run : yarn install
17+ run : yarn install --network-timeout 300000
1818 - name : publish
1919 env :
2020 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2828 with :
2929 node-version : 16
3030 - name : install dependencies
31- run : yarn install
31+ run : yarn install --network-timeout 300000
3232 - name : publish
3333 env :
3434 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4242 with :
4343 node-version : 16
4444 - name : install dependencies
45- run : yarn install
45+ run : yarn install --network-timeout 300000
4646 - name : publish
4747 env :
4848 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments