We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39ce1f commit d68f3d0Copy full SHA for d68f3d0
.github/workflows/prod-deploy.yml
@@ -149,19 +149,15 @@ jobs:
149
ALLOWED_ORIGINS: "*"
150
151
steps:
152
- - uses: actions/checkout@v2
153
- - uses: pnpm/[email protected]
154
- with:
155
- version: 7
+ - uses: actions/checkout@v3
+ # with:
+ # submodules: 'true'
156
- name: Use Node.js ${{ matrix.node-version }}
157
uses: actions/setup-node@v3
158
with:
159
node-version: ${{ matrix.node-version }}
160
- cache: 'pnpm'
161
-
162
- - name: Install dependencies
163
- run: |
164
- pnpm install
+ - name: 📥 Monorepo install
+ uses: ./.github/actions/pnpm-install
165
166
- name: "Run prisma DB migrations"
167
run: |
0 commit comments