feat: Enable crash reports and use npm ci, b=no-bug, c=workflows, common, configs

This commit is contained in:
Mr. M
2025-09-21 15:10:29 +02:00
parent 59dcf4c037
commit 4744a4cf6d
8 changed files with 11 additions and 12 deletions

View File

@@ -82,7 +82,7 @@ jobs:
- name: Install dependencies
run: |
npm install
npm ci
- name: Load Surfer CI setup
run: npm run surfer -- ci --brand ${{ inputs.release-branch }} --display-version ${{ inputs.build-version }}