diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 65a073a..7cd6bd1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,6 +23,9 @@ jobs: with: fetch-depth: 0 # 如果未启用 lastUpdated,则不需要 - uses: pnpm/action-setup@v3 + name: Install pnpm + with: + version: 9 - name: Setup Node uses: actions/setup-node@v4 with: