Skip to content

Commit ba7bbcd

Browse files
committed
fix installed eslint version
1 parent 12a149a commit ba7bbcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626

2727
- name: Install ESLint
2828
run: |
29-
30-
yarn add @microsoft/[email protected]
29+
yarn install
3130
3231
- name: Run ESLint
3332
run: npx eslint .

0 commit comments

Comments
 (0)