Browse Source

ci: specify pnpm version

AlpinDale 6 months ago
parent
commit
b21169f161
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/deploy.yml

+ 1 - 0
.github/workflows/deploy.yml

@@ -35,6 +35,7 @@ jobs:
       - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
         with:
           package_json_file: docs/package.json
+          version: 8.15.1
       # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
       - name: Setup Node
         uses: actions/setup-node@v4