fix: use npm install
All checks were successful
Deploy / lint-build-deploy (push) Successful in 3m11s

This commit is contained in:
2026-01-19 20:27:58 +01:00
parent c58ee71c9c
commit 359f0ca4c7
3 changed files with 99 additions and 7 deletions

View File

@@ -17,12 +17,7 @@ jobs:
node-version: '20'
- name: Install dependencies
run: |
if [ -f package-lock.json ]; then
npm ci --legacy-peer-deps
else
npm install --legacy-peer-deps
fi
run: npm install --legacy-peer-deps
- name: Run linting
run: npm run lint