diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9420d9275f256e02551ff70cdd022254217d1b7c..3e84b2fa29f599f67157ddc18f1f6ee4b428fd1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: run: yarn cache clean - name: Installing dependencies - run: yarn install --frozen-lockfile --link-duplicates + run: yarn install --frozen-lockfile - name: Build run: yarn build @@ -154,7 +154,7 @@ jobs: run: yarn cache clean - name: Installing dependencies - run: yarn install --frozen-lockfile --link-duplicates + run: yarn install --frozen-lockfile - name: Lint run: | @@ -200,7 +200,7 @@ jobs: key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }} - name: Installing dependencies - run: yarn install --frozen-lockfile --link-duplicates + run: yarn install --frozen-lockfile - name: semantic-release if: github.ref == 'refs/heads/master' diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index e0843d91e77ca3b30e5eb80893aa55855688dd32..c5b6e9035408780ba9fad689890ecb2e240155cc 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -41,7 +41,7 @@ jobs: key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }} - name: Installing dependencies - run: yarn install --frozen-lockfile --link-duplicates + run: yarn install --frozen-lockfile - name: Build ${{ github.event.client_payload.version }} run: yarn build