diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 400a318..bf9d18f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,9 @@ jobs: cache: 'pnpm' - name: Install pnpm - run: npm install -g pnpm + uses: pnpm/action-setup@v2 + with: + version: 8 - name: Install dependencies run: pnpm install