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 8181 skip-ls-check : ${{ matrix.node-version < 10 && true || false }}
8282 env :
8383 NPM_CONFIG_LEGACY_PEER_DEPS : true
84+ - run : npx ls-engines
85+ if : ${{ matrix.node-version >= 12 }}
8486 - run : npm run unit-test
8587 - uses : codecov/codecov-action@v1
8688
Original file line number Diff line number Diff line change 2727 node-version : ' lts/*'
2828 env :
2929 NPM_CONFIG_LEGACY_PEER_DEPS : true
30+ - run : npx ls-engines
3031 - run : echo 'legacy-peer-deps=true' >> .npmrc
3132 - run : npm run posttest
Original file line number Diff line number Diff line change 6565 "eslint-scope" : " ^3.7.3" ,
6666 "espree" : " ^3.5.4" ,
6767 "istanbul" : " ^0.4.5" ,
68+ "ls-engines" : " ^0.6.1" ,
6869 "markdown-magic" : " ^2.5.2" ,
6970 "mocha" : " ^5.2.0" ,
7071 "sinon" : " ^7.5.0" ,
You can’t perform that action at this time.
0 commit comments