Caleb Porzio 4 năm trước cách đây
mục cha
commit
b24da677f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/run-tests.yml

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

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