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