fix: use npm install instead of npm ci (no lockfile)
Some checks failed
CI / test (push) Failing after 2m35s

This commit is contained in:
2026-01-31 20:37:03 +00:00
parent 85967917b5
commit 519e6fe8e4

View File

@@ -20,7 +20,7 @@ jobs:
node-version: '20'
- name: Install dependencies
run: npm ci
run: npm install
- name: Run lint
run: npm run lint