From ff2970d33a689d70c522f1562a32b3579dafaf11 Mon Sep 17 00:00:00 2001 From: volar Date: Tue, 5 Dec 2023 21:17:33 +0100 Subject: [PATCH] wip --- .github/workflows/release-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 970d5f2a..f9f44c75 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -16,8 +16,8 @@ jobs: uses: actions/setup-node@v3 with: node-version: '20' - cache: 'yarn' - cache-dependency-path: 'yarn.lock' +# cache: 'yarn' +# cache-dependency-path: 'yarn.lock' - name: Enable corepack run: corepack enable