yarn install --immutable
Co-authored-by: ishowta <ishowta@gmail.com>
This commit is contained in:
parent
ff1f65291f
commit
b85397c181
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn workspaces foreach install --immutable
|
- run: yarn install --immutable
|
||||||
- name: Check yarn.lock
|
- name: Check yarn.lock
|
||||||
run: git diff --exit-code yarn.lock
|
run: git diff --exit-code yarn.lock
|
||||||
- name: Copy Configure
|
- name: Copy Configure
|
||||||
|
@ -85,7 +85,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn workspaces foreach install --immutable
|
- run: yarn install --immutable
|
||||||
env:
|
env:
|
||||||
YARN_CHECKSUM_BEHAVIOR: update
|
YARN_CHECKSUM_BEHAVIOR: update
|
||||||
- name: Copy Configure
|
- name: Copy Configure
|
||||||
|
|
Loading…
Reference in a new issue