ci: use npm ci to avoid package-lock drift; sync catalog outputs

This commit is contained in:
sck_0
2026-01-29 13:16:06 +01:00
parent 755f9cef4f
commit a4292c3939
5 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ jobs:
node-version: "lts/*"
- name: Install npm dependencies
run: npm install
run: npm ci
- name: 📦 Build catalog
run: npm run catalog