mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 12:00:45 +00:00
Change npm ci to npm install for dependency installation
This commit is contained in:
parent
4127559b23
commit
9e79b3fd15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request-testing.yaml
vendored
2
.github/workflows/pull-request-testing.yaml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Generate Prisma client
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue