Try removing npm flag to fix CI
Some checks failed
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle 2024-10-10 22:28:56 +03:00
parent de9cb605ad
commit 84848fc78b

View File

@ -25,7 +25,7 @@ jobs:
restore-keys: npm-
- name: Install dependencies
run: npm ci --ignore-scripts
run: npm ci
- name: Formatter/Linter
run: npm run biome:check