From 2b8fce6a84feb4cabe8b0cedf1a7172be271b872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 11 Apr 2025 14:18:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E8=AE=BE=E7=BD=AE=20Node=20=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E7=9A=84=E6=AD=A5=E9=AA=A4=E6=B7=BB=E5=8A=A0=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=EF=BC=8C=E4=BB=A5=E6=8F=90=E9=AB=98=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-node-environment-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/setup-node-environment-test.yaml b/.github/workflows/setup-node-environment-test.yaml index fe99eb3..7812850 100644 --- a/.github/workflows/setup-node-environment-test.yaml +++ b/.github/workflows/setup-node-environment-test.yaml @@ -120,6 +120,7 @@ jobs: pwd cat pnpm-lock.yaml - - uses: yanhao98/composite-actions/setup-node-environment@main + - name: ⚙️ 设置 Node 环境 + uses: yanhao98/composite-actions/setup-node-environment@main with: working-directory: ${{ matrix.cwd }}