From 9e79b3fd1596ac7f05384163f47379c85859836f Mon Sep 17 00:00:00 2001 From: FifthWit <110744759+FifthWit@users.noreply.github.com> Date: Tue, 2 Dec 2025 23:49:01 -0600 Subject: [PATCH] Change npm ci to npm install for dependency installation --- .github/workflows/pull-request-testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-testing.yaml b/.github/workflows/pull-request-testing.yaml index bb6d2c7..3ffa01a 100644 --- a/.github/workflows/pull-request-testing.yaml +++ b/.github/workflows/pull-request-testing.yaml @@ -37,7 +37,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci + run: npm install - name: Generate Prisma client env: