From ab05adbc618a416cd7b66751e530295329fcef50 Mon Sep 17 00:00:00 2001 From: Marius Date: Mon, 4 Dec 2023 12:03:39 +0100 Subject: [PATCH] Remove `cache: yarn` --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c087267..8e552738 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - cache: yarn - run: corepack enable - run: corepack prepare - run: yarn install