Disable yarn cache to help debug the mismatch issue

This commit is contained in:
Pierre Jacquier
2024-05-23 05:32:18 -04:00
parent b30424b373
commit e6abc7db42

View File

@ -165,7 +165,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn' # Set this to npm, yarn or pnpm.
cache: '' # Set this to npm, yarn or pnpm.
- run: yarn install