Skip to content

Commit a9258b6

Browse files
committed
Update lint workflow to use npm install instead of npm ci
1 parent db60799 commit a9258b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: "22.x"
2727

2828
- name: Install dependencies
29-
run: npm ci
29+
run: npm install
3030

3131
- name: Run ESLint
3232
run: npm run lint

0 commit comments

Comments
 (0)