From 47b2bb8d264bded323506a294e8a344692f0d395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 12 Oct 2024 15:06:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20setup-node-environm?= =?UTF-8?q?ent.yml=20=E4=B8=AD=E7=9A=84=20pnpm=20=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=EF=BC=8C=E7=A1=AE=E4=BF=9D=E8=84=9A=E6=9C=AC=E5=9C=A8=E6=9C=AA?= =?UTF-8?q?=E6=89=BE=E5=88=B0=20pnpm=20=E6=97=B6=E4=B8=8D=E4=BC=9A?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-node-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-node-environment.yml b/.github/workflows/setup-node-environment.yml index b194a4f..0d4f8cf 100644 --- a/.github/workflows/setup-node-environment.yml +++ b/.github/workflows/setup-node-environment.yml @@ -15,7 +15,7 @@ jobs: - name: before run: | set -x - which pnpm + which pnpm || true node -v - uses: yanhao98/composite-actions/setup-node-environment@main