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 7474 name : ' nvm install ${{ matrix.node-version }} && npm install'
7575 with :
7676 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 }}"
7878 skip-ls-check : true
7979 env :
8080 NPM_CONFIG_LEGACY_PEER_DEPS : true
Original file line number Diff line number Diff line change 4646 "@types/eslint" : " =7.2.10" ,
4747 "@types/estree" : " ^0.0.47" ,
4848 "@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 " ,
5050 "aud" : " ^1.1.5" ,
5151 "babel-eslint" : " ^8 || ^9 || ^10.1.0" ,
5252 "eslint" : " ^3 || ^4 || ^5 || ^6 || ^7" ,
You can’t perform that action at this time.
0 commit comments