From 3686f6a2bdb9cdffab3db3d526580349c0ac057a Mon Sep 17 00:00:00 2001 From: mochaaP Date: Thu, 23 Jun 2022 07:16:26 +0000 Subject: [PATCH] fix(ci): yarn cache --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 28e51579..985d2f2d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -120,7 +120,7 @@ jobs: - name: Cache Node dependencies uses: actions/cache@v3 with: - path: yarn.lock + path: node_modules key: ${{ runner.os }}-yarn-lock-${{ hashFiles('yarn.lock') }} restore-keys: ${{ runner.os }}-yarn-lock- - name: Cache Composer dependencies