From 50b533f32681ac7e55142d930527ff45d6c7a550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 30 Sep 2024 14:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20CI=20=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E4=B8=AD=E6=96=B0=E5=A2=9E=20pnpm=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=9A=84=E6=97=A5=E6=9C=9F=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f780027..9f89115 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,4 +7,5 @@ jobs: - uses: yanhao98/composite-actions/setup-node-pnpm-install@main - run: | node --version - pnpm --version \ No newline at end of file + pnpm --version + date \ No newline at end of file