From bbea2e7d6d767b1220baef0a523ed3df22a1bf01 Mon Sep 17 00:00:00 2001 From: Jinke Li Date: Fri, 5 Jul 2024 16:42:50 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E5=8D=87=E7=BA=A7=20CI=20?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E7=9A=84=20pnpm=20=E7=89=88=E6=9C=AC,=20?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=20ERR=5FINVALID=5FTHIS=20=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#2812)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26a7838f3c..51251dfb66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,9 +26,9 @@ jobs: with: python-version: '3.10' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 @@ -72,7 +72,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }} labels: '🚨 test failed' - + - name: Remove test failed label if: ${{ success() && github.event.pull_request.number != '' }} uses: actions-cool/issues-helper@main