diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d8d95bc..1ab5321 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,6 +27,9 @@ jobs: uses: actions/setup-node@v4 with: node-version: lts/* + + - name: Setup pnpm + uses: pnpm/action-setup@v3 - name: Install step run: "pnpm install"