From f49701ce53bc14bd5510c78d6908e684d86b3306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 10:52:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=B8=AD=E6=B7=BB=E5=8A=A0=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E6=AD=A5=E9=AA=A4=EF=BC=8C=E5=88=97=E5=87=BA=20hosted?= =?UTF-8?q?toolcache=20=E7=9B=AE=E5=BD=95=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-node-environment.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/setup-node-environment.yml b/.github/workflows/setup-node-environment.yml index 5960818..1593017 100644 --- a/.github/workflows/setup-node-environment.yml +++ b/.github/workflows/setup-node-environment.yml @@ -70,3 +70,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + - name: /opt/hostedtoolcache + run: | + set -x; + ls -lha /opt/hostedtoolcache + ls -lha /opt/hostedtoolcache/node/ \ No newline at end of file