Skip to content

Commit 446ecca

Browse files
authored
Chore: fix typescript-eslint v4 test (#1956)
1 parent 8c3a892 commit 446ecca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
command: npm version
7979
- checkout
8080
- run:
81-
name: Install @typescript-eslint/parser@4 eslint@7
81+
name: Install @typescript-eslint/parser@4 eslint@7 [email protected]
8282
command: |
83-
npm install @typescript-eslint/parser@^4 eslint@7
83+
npm install @typescript-eslint/parser@4 eslint@7 [email protected] --save-exact
8484
- run:
8585
name: Install dependencies
8686
command: npm install

0 commit comments

Comments
 (0)