I don't know why github workflows hates me...

This commit is contained in:
ThatOneCalculator 2022-05-31 19:59:15 -07:00
parent e21919c296
commit f4059eb6cb

View file

@ -25,7 +25,7 @@ jobs:
node-version: 18.x
- run: corepack enable
- run: yarn set version berry
- run: yarn workspaces foreach install --immutable
- run: yarn install --immutable
env:
YARN_CHECKSUM_BEHAVIOR: update
- run: yarn workspace ${{ matrix.workspace }} run lint