From e6abc7db42aacf9975c5693223b878a44ed1e64b Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Thu, 23 May 2024 05:32:18 -0400 Subject: [PATCH] Disable yarn cache to help debug the mismatch issue --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a276b603e..075e2fd6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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