From cb1b4a4eb5200df1bbc8c27d28efd106a8e757f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 30 Sep 2024 15:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20action.yml=20=E4=B8=AD=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20pwd=20=E5=92=8C=20ls=20-al=20=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E4=BB=A5=E8=BE=93=E5=87=BA=E5=BD=93=E5=89=8D=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=92=8C=E5=88=97=E5=87=BA=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup-node-pnpm-install/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup-node-pnpm-install/action.yml b/setup-node-pnpm-install/action.yml index 3b250f5..8a1755f 100644 --- a/setup-node-pnpm-install/action.yml +++ b/setup-node-pnpm-install/action.yml @@ -29,6 +29,8 @@ runs: run: | node --version pnpm --version + pwd + ls -al # - name: 📦 Install Project Dependencies # run: pnpm install --frozen-lockfile # shell: bash \ No newline at end of file