From f7e317688bc527270cb9599d8186e6c4f5af97a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 10:54:05 +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=20tree?= =?UTF-8?q?=20=E5=91=BD=E4=BB=A4=E4=BB=A5=E5=88=97=E5=87=BA=20hostedtoolca?= =?UTF-8?q?che=20=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-node-environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/setup-node-environment.yml b/.github/workflows/setup-node-environment.yml index 02cf299..50e74e3 100644 --- a/.github/workflows/setup-node-environment.yml +++ b/.github/workflows/setup-node-environment.yml @@ -71,4 +71,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: ls -lha /opt/hostedtoolcache - - run: ls -lha /opt/hostedtoolcache/node/ \ No newline at end of file + - run: ls -lha /opt/hostedtoolcache/node/ + - run: tree /opt/hostedtoolcache \ No newline at end of file