فهرست منبع

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