mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-20 22:05:35 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user