We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebdf533 + 32b359f commit 4ea28b0Copy full SHA for 4ea28b0
.github/workflows/npm-build-and-deploy-develop.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: ${{ matrix.node-version }}
22
- run: corepack enable
23
- - run: yarn install --frozen-lockfile
+ - run: yarn install --network-concurrency 1
24
- run: yarn run build-hash
25
- name: Create CNAME file
26
uses: finnp/create-file-action@master
appveyor.yml
@@ -7,7 +7,7 @@ install:
7
# install modules
8
# - npm ci
9
- corepack enable
10
- - yarn install --frozen-lockfile
+ - yarn install --network-concurrency 1
11
build: off
12
platform:
13
- x64
0 commit comments