diff --git a/.github/workflows/docs-deploy.yaml b/.github/workflows/docs-deploy.yaml index d782ec85..1091a72a 100644 --- a/.github/workflows/docs-deploy.yaml +++ b/.github/workflows/docs-deploy.yaml @@ -33,6 +33,8 @@ jobs: with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm + with: + version: 7 - name: Setup Node uses: actions/setup-node@v3 with: