Generated by Spark: Fix all reported errors.

This commit is contained in:
2026-01-17 09:11:13 +00:00
committed by GitHub
parent ac1d411385
commit b684f0a515
50 changed files with 107632 additions and 53 deletions

View File

@@ -26,7 +26,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Run ESLint
run: npm run lint --if-present || echo "No lint script found"
@@ -47,7 +47,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Run unit tests
run: npm test --if-present || echo "No test script found"
@@ -75,7 +75,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Build application
run: npm run build
@@ -101,7 +101,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium

View File

@@ -29,7 +29,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install --legacy-peer-deps
- name: Build
run: npm run build