diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 89294e027..9168aa108 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -149,19 +149,15 @@ jobs: ALLOWED_ORIGINS: "*" steps: - - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.2.2 - with: - version: 7 + - uses: actions/checkout@v3 + # with: + # submodules: 'true' - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'pnpm' - - - name: Install dependencies - run: | - pnpm install + - name: 📥 Monorepo install + uses: ./.github/actions/pnpm-install - name: "Run prisma DB migrations" run: |