Use npm ci instead of npm install for tests in CI
So it uses the package-json.lock file actually.
This commit is contained in:
parent
29b8215332
commit
08946d1cab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue