From 6631b3cee918fa548998ed3fa5c513ef27b3928b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 30 Sep 2024 14:38:56 +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=20Node.js=20=E5=92=8C=20pnpm=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=A3=80=E6=9F=A5=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 004eb95..df9e2db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,4 +4,7 @@ jobs: another-job: runs-on: ubuntu-latest steps: - - uses: yanhao98/composite-actions@main \ No newline at end of file + - uses: yanhao98/composite-actions@main + - run: | + node --version + pnpm --version \ No newline at end of file