Преглед изворни кода

Use npm ci instead of npm install for tests in CI

So it uses the package-json.lock file actually.
rugk пре 4 година
родитељ
комит
08946d1cab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/tests.yml

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

@@ -112,7 +112,7 @@ jobs:
       run: npm install -g mocha
       
     - name: Setup Node modules
-      run: npm install
+      run: npm ci
       working-directory: js
       
     - name: Run unit tests