File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 7878 node-version : ${{ matrix.node-version }}
7979 after_install : |
8080 npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.node-version >= 14 && '5' || (matrix.node-version >= 12 && '4' || (matrix.node-version >= 10 && '4.0' || (matrix.node-version >= 8 && '3' || '2'))) }}" "babel-eslint@${{ matrix.babel-eslint }}"
81- skip-ls-check : true
81+ skip-ls-check : ${{ matrix.node-version < 10 && true || false }}
8282 env :
8383 NPM_CONFIG_LEGACY_PEER_DEPS : true
8484 - run : npm run unit-test
Original file line number Diff line number Diff line change 1212 name : ' nvm install lts/* && npm install'
1313 with :
1414 node-version : ' lts/*'
15- skip-ls-check : true
1615 env :
1716 NPM_CONFIG_LEGACY_PEER_DEPS : true
1817 - run : npm run pretest
2625 name : ' nvm install lts/* && npm install'
2726 with :
2827 node-version : ' lts/*'
29- skip-ls-check : true
3028 env :
3129 NPM_CONFIG_LEGACY_PEER_DEPS : true
3230 - run : echo 'legacy-peer-deps=true' >> .npmrc
Original file line number Diff line number Diff line change 1212 name : ' nvm install lts/* && npm install'
1313 with :
1414 node-version : ' lts/*'
15- skip-ls-check : true
1615 env :
1716 NPM_CONFIG_LEGACY_PEER_DEPS : true
1817 - run : npm run generate-list-of-rules:check
You can’t perform that action at this time.
0 commit comments