diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 688a3ab..779de25 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Pnpm uses: pnpm/action-setup@v2 with: - version: 7.x + version: 8.x # https://pnpm.io/zh/cli/install#--frozen-lockfile - name: Install and Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8529bc2..384a65c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Pnpm uses: pnpm/action-setup@v2 with: - version: 7.x + version: 8.x # https://pnpm.io/zh/cli/install#--frozen-lockfile - name: Install Dependencies