Skip to content

Commit 1e6cdd1

Browse files
committed
Revert "Update eslint.yml to support yarn not npm"
This reverts commit d617907.
1 parent 3b66147 commit 1e6cdd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eslint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Install ESLint
3434
run: |
35-
36-
yarn add @microsoft/[email protected]
35+
npm install [email protected]
36+
npm install @microsoft/[email protected]
3737
3838
- name: Run ESLint
3939
run: npx eslint .

0 commit comments

Comments
 (0)