remove `yarn set version berry`

This commit is contained in:
tamaina 2022-06-04 23:31:51 +09:00
parent 93b5dd70c8
commit ff1f65291f
2 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@ jobs:
with: with:
node-version: 18.x node-version: 18.x
- run: corepack enable - run: corepack enable
- run: yarn set version berry
- run: yarn install --immutable - run: yarn install --immutable
env: env:
YARN_CHECKSUM_BEHAVIOR: update YARN_CHECKSUM_BEHAVIOR: update

View File

@ -38,7 +38,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: corepack enable - run: corepack enable
- run: yarn set version berry
- run: yarn workspaces foreach install --immutable - run: yarn workspaces foreach install --immutable
- name: Check yarn.lock - name: Check yarn.lock
run: git diff --exit-code yarn.lock run: git diff --exit-code yarn.lock
@ -86,7 +85,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: corepack enable - run: corepack enable
- run: yarn set version berry
- run: yarn workspaces foreach install --immutable - run: yarn workspaces foreach install --immutable
env: env:
YARN_CHECKSUM_BEHAVIOR: update YARN_CHECKSUM_BEHAVIOR: update