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
+2 -2
View File
@@ -37,10 +37,10 @@ jobs:
- name: Install dependencies
run: |
# Use the system Bash shell to ensure we can run commands like `npm install`
# Use the system Bash shell to ensure we can run commands like `npm ci`
# that are not available in the default shell on Windows.
npm config set script-shell bash
npm install
npm ci
- name: Verify compiled JS up to date
run: .github/workflows/script/check-js.sh