Skip to content

Commit 4ea28b0

Browse files
authored
Merge pull request #3451 from bitshares/fix-ci-actions-bug
fix appveyor and action bug
2 parents ebdf533 + 32b359f commit 4ea28b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-build-and-deploy-develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: corepack enable
23-
- run: yarn install --frozen-lockfile
23+
- run: yarn install --network-concurrency 1
2424
- run: yarn run build-hash
2525
- name: Create CNAME file
2626
uses: finnp/create-file-action@master

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
# install modules
88
# - npm ci
99
- corepack enable
10-
- yarn install --frozen-lockfile
10+
- yarn install --network-concurrency 1
1111
build: off
1212
platform:
1313
- x64

0 commit comments

Comments
 (0)