From 4680527d5a291097edfdca2da93c762af5188e77 Mon Sep 17 00:00:00 2001 From: Philipp Mieden Date: Thu, 18 Sep 2025 13:42:37 +0200 Subject: [PATCH] fix: corepack --- .github/workflows/publish.yml | 2 -- .github/workflows/validate.yml | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a424ecb..0dc4010 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,8 +17,6 @@ jobs: - uses: actions/setup-node@v5 with: node-version: "20.x" - cache: yarn - cache-dependency-path: foomo/yarn.lock - name: Enable Corepack run: corepack enable diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9246b99..fccf924 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,9 +17,7 @@ jobs: - uses: actions/setup-node@v5 with: node-version: "20.x" - cache: yarn - cache-dependency-path: foomo/yarn.lock - + - name: Enable Corepack run: corepack enable