Caleb Porzio %!s(int64=4) %!d(string=hai) anos
pai
achega
b24da677f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }}
     - name: npm install, build, and test
       run: |
-        npm ci
+        npm install
         npm run build --if-present
         npm run test
       env: