Skip to content

Commit dcd12e9

Browse files
authored
build: fix ci (#845)
1 parent a1b21c9 commit dcd12e9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ikaros-server-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install pnpm
6666
run: npm install -g pnpm
6767
- name: Reduce pnpm concurrency
68-
run: pnpm config set fetch-retries 5 && pnpm config set fetch-timeout 60000 && pnpm config set max-concurrent-requests 6
68+
run: pnpm config set fetch-retries 5 && pnpm config set fetch-timeout 60000 && pnpm config set network-concurrency 6
6969
- name: Use npm mirror
7070
run: |
7171
npm config set registry https://registry.npmmirror.com

.github/workflows/ikaros_ci_build_dev_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install pnpm
3333
run: npm install -g pnpm
3434
- name: Reduce pnpm concurrency
35-
run: pnpm config set fetch-retries 5 && pnpm config set fetch-timeout 60000 && pnpm config set max-concurrent-requests 6
35+
run: pnpm config set fetch-retries 5 && pnpm config set fetch-timeout 60000 && pnpm config set network-concurrency 6
3636
- name: Use npm mirror
3737
run: |
3838
npm config set registry https://registry.npmmirror.com

.github/workflows/ikaros_ci_build_fastjar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install pnpm
2929
run: npm install -g pnpm
3030
- name: Reduce pnpm concurrency
31-
run: pnpm config set fetch-retries 5 && pnpm config set fetch-timeout 60000 && pnpm config set max-concurrent-requests 6
31+
run: pnpm config set fetch-retries 5 && pnpm config set fetch-timeout 60000 && pnpm config set network-concurrency 6
3232
- name: Use npm mirror
3333
run: |
3434
npm config set registry https://registry.npmmirror.com

.github/workflows/ikaros_ci_build_tag_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install pnpm
3131
run: npm install -g pnpm
3232
- name: Reduce pnpm concurrency
33-
run: pnpm config set fetch-retries 5 && pnpm config set fetch-timeout 60000 && pnpm config set max-concurrent-requests 6
33+
run: pnpm config set fetch-retries 5 && pnpm config set fetch-timeout 60000 && pnpm config set network-concurrency 6
3434
- name: Use npm mirror
3535
run: |
3636
npm config set registry https://registry.npmmirror.com

0 commit comments

Comments
 (0)