From c6bbee644debefa121639616ff8aaa6e9d754cd8 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Tue, 26 Mar 2024 18:01:32 +0300 Subject: [PATCH] ci: fix pkg cache type --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 667dc37..4712b2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - # cache: 'yarn' + cache: 'npm' - name: Fetch deps run: npm ci @@ -73,7 +73,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: 'yarn' + cache: 'npm' - name: Fetch deps run: npm ci