yarn install --immutable

Co-authored-by: ishowta <ishowta@gmail.com>
This commit is contained in:
tamaina 2022-06-04 23:33:36 +09:00
parent ff1f65291f
commit b85397c181
1 changed files with 2 additions and 2 deletions

View File

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