Use npm ci instead of npm install for tests in CI

So it uses the package-json.lock file actually.
pull/954/head
rugk 2022-07-09 16:48:21 +02:00
parent 29b8215332
commit 08946d1cab
1 changed files with 1 additions and 1 deletions

View File

@ -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