1
0
Caleb Porzio 4 жил өмнө
parent
commit
b24da677f1

+ 1 - 1
.github/workflows/run-tests.yml

@@ -19,7 +19,7 @@ jobs:
         node-version: ${{ matrix.node-version }}
     - name: npm install, build, and test
       run: |
-        npm ci
+        npm install
         npm run build --if-present
         npm run test
       env: