fix: legacy-peer-deps
Some checks failed
Deploy / lint-build-deploy (push) Failing after 6s

This commit is contained in:
2026-01-19 20:26:08 +01:00
parent 04be7a66c0
commit c58ee71c9c

View File

@@ -19,9 +19,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
if [ -f package-lock.json ]; then if [ -f package-lock.json ]; then
npm ci npm ci --legacy-peer-deps
else else
npm install npm install --legacy-peer-deps
fi fi
- name: Run linting - name: Run linting