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:
node-version: 18.x
- run: corepack enable
- run: yarn set version berry
- run: yarn install --immutable
env:
YARN_CHECKSUM_BEHAVIOR: update

View file

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