From 22591b03b83e865e47b5f23bac1e13ca8a30424c Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 26 Jun 2023 09:56:18 +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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 066b210..7b4964c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,16 +21,16 @@ jobs: - run: java -version - - name: Setup Node - uses: actions/setup-node@v3 - with: - node-version: 16 - - name: Setup Pnpm uses: pnpm/action-setup@v2 with: version: 8 - run_install: false - - - - run: pnpm -v \ No newline at end of file + + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: 16 + cache: 'pnpm' + + - run: pnpm -v + - run: pnpm install \ No newline at end of file