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

This commit is contained in:
ThatOneCalculator 2022-05-31 19:59:15 -07:00
parent 8cda9e496d
commit 3fb7986425

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