Skip to content

Commit 7379fe4

Browse files
committed
Update workflow to use yarn
1 parent ae27b61 commit 7379fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality-score.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: '20'
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: yarn install --frozen-lockfile
2929

3030
- name: Run ESLint and generate report
3131
run: npx eslint src --ext .ts,.tsx -f json -o eslint-report.json || true

0 commit comments

Comments
 (0)