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 74
74
name : ' nvm install ${{ matrix.node-version }} && npm install'
75
75
with :
76
76
node-version : ${{ matrix.node-version }}
77
- after_install : npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.node-version >= 10 && '3' || '2' }}" "babel-eslint@${{ matrix.babel-eslint }}"
77
+ after_install : npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.node-version >= 10 && '4.0' || (matrix.node-version >= 8 && ' 3' || '2') }}" "babel-eslint@${{ matrix.babel-eslint }}"
78
78
skip-ls-check : true
79
79
env :
80
80
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 || ^3.10.1" ,
49
+ "@typescript-eslint/parser" : " ^2.34.0 || ^3.10.1 || ~4.0 " ,
50
50
"aud" : " ^1.1.5" ,
51
51
"babel-eslint" : " ^8 || ^9 || ^10.1.0" ,
52
52
"eslint" : " ^3 || ^4 || ^5 || ^6 || ^7" ,
You can’t perform that action at this time.
0 commit comments