From 09e48590b170d47fe20258539ca212b9ae640dc6 Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 26 Jun 2023 09:50:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/build.ya?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8d2191f..bb8a5f1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,14 +21,14 @@ jobs: - run: java -version - - name: Setup Pnpm - uses: pnpm/action-setup@v2 - with: - version: 7.30.0 - - name: Setup Node uses: actions/setup-node@v3 with: node-version: 16 + - name: Setup Pnpm + uses: pnpm/action-setup@v2 + with: + version: 7.30.0 + - run: pnpm -v \ No newline at end of file