fix: use npm install instead of npm ci (no lockfile)
Some checks failed
CI / test (push) Failing after 2m35s
Some checks failed
CI / test (push) Failing after 2m35s
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
node-version: '20'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Run lint
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user