File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 81
81
skip-ls-check : ${{ matrix.node-version < 10 && true || false }}
82
82
env :
83
83
NPM_CONFIG_LEGACY_PEER_DEPS : true
84
+ - run : npx ls-engines
85
+ if : ${{ matrix.node-version >= 12 }}
84
86
- run : npm run unit-test
85
87
- uses : codecov/codecov-action@v1
86
88
Original file line number Diff line number Diff line change 27
27
node-version : ' lts/*'
28
28
env :
29
29
NPM_CONFIG_LEGACY_PEER_DEPS : true
30
+ - run : npx ls-engines
30
31
- run : echo 'legacy-peer-deps=true' >> .npmrc
31
32
- run : npm run posttest
Original file line number Diff line number Diff line change 65
65
"eslint-scope" : " ^3.7.3" ,
66
66
"espree" : " ^3.5.4" ,
67
67
"istanbul" : " ^0.4.5" ,
68
+ "ls-engines" : " ^0.6.1" ,
68
69
"markdown-magic" : " ^2.5.2" ,
69
70
"mocha" : " ^5.2.0" ,
70
71
"sinon" : " ^7.5.0" ,
You can’t perform that action at this time.
0 commit comments