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