diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 20a37f26b..ddc7da4eb 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -21,9 +21,10 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v2.4.0 + - name: Install pnpm + uses: pnpm/action-setup@v4 with: - version: 8 + run_install: false - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb0245fa1..ffcf3c62e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,9 +25,10 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v2.4.0 + - name: Install pnpm + uses: pnpm/action-setup@v4 with: - version: 8 + run_install: false - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4