diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml index f484d63..fb0f33c 100644 --- a/.github/workflows/cache.yaml +++ b/.github/workflows/cache.yaml @@ -6,4 +6,5 @@ jobs: runs-on: ubuntu-latest steps: - run: ls -lha /opt/hostedtoolcache - - run: ls -lha /opt/hostedtoolcache/node \ No newline at end of file + - run: ls -lha /opt/hostedtoolcache/node + - run: ls -lha /opt/hostedtoolcache/pnpm-store \ No newline at end of file