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 78
78
node-version : ${{ matrix.node-version }}
79
79
after_install : |
80
80
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 }}
82
82
env :
83
83
NPM_CONFIG_LEGACY_PEER_DEPS : true
84
84
- run : npm run unit-test
Original file line number Diff line number Diff line change 12
12
name : ' nvm install lts/* && npm install'
13
13
with :
14
14
node-version : ' lts/*'
15
- skip-ls-check : true
16
15
env :
17
16
NPM_CONFIG_LEGACY_PEER_DEPS : true
18
17
- run : npm run pretest
26
25
name : ' nvm install lts/* && npm install'
27
26
with :
28
27
node-version : ' lts/*'
29
- skip-ls-check : true
30
28
env :
31
29
NPM_CONFIG_LEGACY_PEER_DEPS : true
32
30
- run : echo 'legacy-peer-deps=true' >> .npmrc
Original file line number Diff line number Diff line change 12
12
name : ' nvm install lts/* && npm install'
13
13
with :
14
14
node-version : ' lts/*'
15
- skip-ls-check : true
16
15
env :
17
16
NPM_CONFIG_LEGACY_PEER_DEPS : true
18
17
- run : npm run generate-list-of-rules:check
You can’t perform that action at this time.
0 commit comments