We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3a892 commit 446eccaCopy full SHA for 446ecca
.circleci/config.yml
@@ -78,9 +78,9 @@ jobs:
78
command: npm version
79
- checkout
80
- run:
81
- name: Install @typescript-eslint/parser@4 eslint@7
+ name: Install @typescript-eslint/parser@4 eslint@7 typescript@4.7
82
command: |
83
- npm install @typescript-eslint/parser@^4 eslint@7
+ npm install @typescript-eslint/parser@4 eslint@7 typescript@4.7 --save-exact
84
85
name: Install dependencies
86
command: npm install
0 commit comments