Skip to content

Commit 971066a

Browse files
committed
Fix CI
1 parent 0cf5d26 commit 971066a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
yarn-
3535
3636
- name: Install dependencies
37-
run: yarn --frozen-lockfile
37+
run: yarn --frozen-lockfile --network-concurrency 1
3838

3939
- name: Run linters
4040
uses: wearerequired/lint-action@v1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
yarn-
4848
4949
- name: Install dependencies
50-
run: yarn --frozen-lockfile
50+
run: yarn --frozen-lockfile --network-concurrency 1
5151

5252
- name: Run test node
5353
run: |

0 commit comments

Comments
 (0)