mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 23:37:43 +00:00
use npm ci in CI
This commit is contained in:
parent
a50010f126
commit
0ee727ba94
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -108,7 +108,7 @@ jobs:
|
|||
cache-dependency-path: next-ui/package-lock.json
|
||||
- name: npm install
|
||||
working-directory: next-ui
|
||||
run: npm install
|
||||
run: npm ci
|
||||
- name: npx playwright install --with-deps
|
||||
working-directory: next-ui
|
||||
run: npx playwright install --with-deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue