diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 363edd6..5703aa7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,6 +57,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - uses: pnpm/action-setup@v3 + with: + version: 8 + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: