Skip to content

Commit

Permalink
Chore: fix typescript-eslint v4 test (#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Sep 2, 2022
1 parent 8c3a892 commit 446ecca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -78,9 +78,9 @@ jobs:
command: npm version
- checkout
- run:
name: Install @typescript-eslint/parser@4 eslint@7
name: Install @typescript-eslint/parser@4 eslint@7 typescript@4.7
command: |
npm install @typescript-eslint/parser@^4 eslint@7
npm install @typescript-eslint/parser@4 eslint@7 typescript@4.7 --save-exact
- run:
name: Install dependencies
command: npm install
Expand Down

0 comments on commit 446ecca

Please sign in to comment.