Change npm ci to npm install for dependency installation

This commit is contained in:
FifthWit 2025-12-02 23:49:01 -06:00 committed by GitHub
parent 4127559b23
commit 9e79b3fd15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- name: Generate Prisma client
env: