From 7a807c5be86b1609dc8a48193a7a60404828f6fe Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Mon, 9 Sep 2024 09:11:43 +0200 Subject: [PATCH] ci: disable yarn cache --- .github/workflows/build-lint-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index b3995b24..c82fc6d8 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -20,11 +20,11 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install Yarn run: corepack enable - - name: Restore Yarn cache - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - cache: yarn + #- name: Restore Yarn cache + # uses: actions/setup-node@v4 + # with: + # node-version: ${{ matrix.node-version }} + # cache: yarn - run: yarn --immutable - name: Fetch workspace package names id: workspace-package-names