From 2d856bf617e7b4a360a05fafa96903e6409b7014 Mon Sep 17 00:00:00 2001 From: liyy <18435186204@163.com> Date: Wed, 7 May 2025 03:15:17 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 42caa12..ec93cf0 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,15 +13,14 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: Check nodejs version run: | - echo "node -v" + echo "node version:" node -v - echo "npm -v" + echo "npm version:" npm -v - run: npm i -g pnpm - name: Check pnpm version run: | - echo "pnpm -v" - echo pnpm -v + echo "pnpm version:" pnpm -v - name: List files in the repository run: |