diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22e9c45..c329458 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,6 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - cache: 'yarn' - name: Prepare yarn run: corepack enable && corepack prepare yarn@4.6.0 --activate