From cc8625d890493cf060634a30b84729afc1f8af37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 11:04:05 +0800 Subject: [PATCH] cache.yaml --- .github/workflows/cache.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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