From f918a8b2e468321638ff76f9eb4ff7a2bfe2a958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=86=B1?= Date: Thu, 4 Jul 2024 20:22:46 +0800 Subject: [PATCH] ci: fix ci (#2687) --- .github/actions/setup-node/action.yml | 3 +-- .github/workflows/release.yml | 6 ++---- package.json | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index 8ff4fa64c5a6..120b45133ade 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -5,9 +5,8 @@ runs: using: composite steps: - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 9 run_install: false - name: Setup Node.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 088f71b58b55..74a985f7b935 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,9 +53,8 @@ jobs: ref: ${{ github.ref_name }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 9 run_install: false - name: Install Node.js @@ -91,9 +90,8 @@ jobs: ref: ${{ github.ref_name }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 9 run_install: false - name: Install Node.js diff --git a/package.json b/package.json index 688806ec3c4a..352e92288c6a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.1.17", "private": true, - "packageManager": "pnpm@9.0.5", + "packageManager": "pnpm@9.4.0", "author": "DreamNum Inc. ", "license": "Apache-2.0", "funding": {