diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e59e12..7221c88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,9 @@ jobs: DATABASE_URL=${{ secrets.DATABASE_URL }} PAYLOAD_SECRET=BUILD + - name: Setup PNPM + uses: pnpm/action-setup@v4 + - name: Install dependencies run: pnpm install --frozen-lockfile