yarn install --immutable
Co-authored-by: ishowta <ishowta@gmail.com>
This commit is contained in:
parent
ff1f65291f
commit
b85397c181
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue