We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf5d26 commit 971066aCopy full SHA for 971066a
.github/workflows/lint.yml
@@ -34,7 +34,7 @@ jobs:
34
yarn-
35
36
- name: Install dependencies
37
- run: yarn --frozen-lockfile
+ run: yarn --frozen-lockfile --network-concurrency 1
38
39
- name: Run linters
40
uses: wearerequired/lint-action@v1
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
- name: Run test node
53
run: |
0 commit comments