diff --git a/README.md b/README.md index 87e4274..8f37d10 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,9 @@ jobs: cache-name: cache-pnpm-modules with: path: ~/.pnpm-store - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} + key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | - ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}- + ${{ runner.os }}- - uses: pnpm/action-setup@v2.0.1 with: