Skip to content

Commit d86adcf

Browse files
committed
ci: fix prod-deploy.yml
1 parent a796ab9 commit d86adcf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/prod-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ jobs:
166166
with:
167167
node-version: ${{ matrix.node-version }}
168168
cache: 'pnpm'
169+
169170
- name: Install dependencies
170171
run: |
171-
pnpm --prefer-offline install
172+
pnpm install
172173
173174
- name: "Run prisma DB migrations"
174175
run: |

0 commit comments

Comments
 (0)