Skip to content

Commit e2c3100

Browse files
Update eslint.yml
1 parent 21619f2 commit e2c3100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Install ESLint
3434
run: |
35-
npm install [email protected]
36-
npm install @microsoft/[email protected]
35+
npm --legacy-peer-deps install [email protected]
36+
npm --legacy-peer-deps install @microsoft/[email protected]
3737
3838
- name: Run ESLint
3939
env:

0 commit comments

Comments
 (0)