Use npm ci in CI

This commit is contained in:
Henry Mercer
2025-08-21 18:47:27 +01:00
parent 786d3aa219
commit 4da503e0f5
10 changed files with 11 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install
run: npm ci
- name: Prepare test
id: prepare-test