pnpm setup step
Some checks failed
Build and Push Container / Build App (push) Successful in 57s
Build and Push Container / Publish App (push) Failing after 2m45s

This commit is contained in:
2026-01-16 17:03:49 +11:00
parent 2ef158fda0
commit b64e017813

View File

@@ -76,6 +76,9 @@ jobs:
DATABASE_URL=${{ secrets.DATABASE_URL }} DATABASE_URL=${{ secrets.DATABASE_URL }}
PAYLOAD_SECRET=BUILD PAYLOAD_SECRET=BUILD
- name: Setup PNPM
uses: pnpm/action-setup@v4
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile