We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b676d5c commit feba821Copy full SHA for feba821
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
node-version: lts/*
39
- name: Install dependencies
40
- run: npm ci
+ run: npm install
41
- name: Install Playwright Browsers
42
run: npx playwright install --with-deps
43
- name: Generate Prisma Client
0 commit comments