File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
name : ' nvm install ${{ matrix.node-version }} && npm install'
63
63
with :
64
64
node-version : ${{ matrix.node-version }}
65
- after_install : npm install --no-save "eslint@${{ matrix.eslint }}"
65
+ after_install : npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.node-version >= 10 && '3' || '2' }}"
66
66
skip-ls-check : true
67
67
env :
68
68
NPM_CONFIG_LEGACY_PEER_DEPS : true
Original file line number Diff line number Diff line change 46
46
"@types/eslint" : " =7.2.10" ,
47
47
"@types/estree" : " ^0.0.47" ,
48
48
"@types/node" : " ^14.14.37" ,
49
- "@typescript-eslint/parser" : " ^2.34.0" ,
49
+ "@typescript-eslint/parser" : " ^2.34.0 || ^3.10.1 " ,
50
50
"aud" : " ^1.1.5" ,
51
51
"babel-eslint" : " ^8.2.6" ,
52
52
"eslint" : " ^3 || ^4 || ^5 || ^6 || ^7" ,
You can’t perform that action at this time.
0 commit comments