mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
remove yarn set version berry
This commit is contained in:
parent
8989e09c5f
commit
89c079b400
2 changed files with 0 additions and 3 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue