From 18e55b629e74364d99280d1787ba1b8a9f292c41 Mon Sep 17 00:00:00 2001 From: tiavina-mika Date: Mon, 10 Jun 2024 14:07:09 +0300 Subject: [PATCH] fix: yarn cache --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2df8758..4682b9e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' # instead of using the local cache in .yarn folder, since it's in .gitignore - cache: 'yarn' + # cache: 'yarn' - name: Install dependencies run: yarn - name: Run Jest tests