From 5507e5266e19771e8f5416be821d5563b8997062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 12 Aug 2024 09:44:35 +0800 Subject: [PATCH] chore(ci): Update pnpm version to 9 in CI workflow --- .gitea/workflows/ci.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5291f19..59ba07e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,8 +1,10 @@ name: CI on: - - push - - pull_request + push: + branches: + - main + pull_request: jobs: cache-and-install: @@ -15,7 +17,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 8 + version: 9 run_install: false - name: Install Node.js