mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-24 23:26:07 +09:00
yarn install --immutable
Co-authored-by: ishowta <ishowta@gmail.com>
This commit is contained in:
parent
89c079b400
commit
9f9d28eda5
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
Block a user