I don't know why github workflows hates me...
This commit is contained in:
parent
e21919c296
commit
f4059eb6cb
|
@ -25,7 +25,7 @@ jobs:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn set version berry
|
- run: yarn set version berry
|
||||||
- run: yarn workspaces foreach install --immutable
|
- run: yarn install --immutable
|
||||||
env:
|
env:
|
||||||
YARN_CHECKSUM_BEHAVIOR: update
|
YARN_CHECKSUM_BEHAVIOR: update
|
||||||
- run: yarn workspace ${{ matrix.workspace }} run lint
|
- run: yarn workspace ${{ matrix.workspace }} run lint
|
||||||
|
|
Loading…
Reference in New Issue