use npm ci in CI

This commit is contained in:
Gauthier Roebroeck 2025-06-25 12:13:08 +08:00
parent a50010f126
commit 0ee727ba94

View file

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