File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 node-version : ${{ matrix.node-version }}
3131 command : ' tests-only'
32+ skip-ls-check : true
3233 minors :
3334 needs : [matrix, latest]
3435 name : ' non-latest minors'
4647 with :
4748 node-version : ${{ matrix.node-version }}
4849 command : ' tests-only'
50+ skip-ls-check : true
4951
5052 node :
5153 name : ' io.js'
Original file line number Diff line number Diff line change 2929 node-version : ${{ matrix.node-version }}
3030 command : ' tests-only'
3131 cache-node-modules-key : node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
32+ skip-ls-check : true
3233 unstable :
3334 needs : [matrix, stable]
3435 name : ' unstable minors'
4647 node-version : ${{ matrix.node-version }}
4748 command : ' tests-only'
4849 cache-node-modules-key : node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
50+ skip-ls-check : true
4951
5052 node :
5153 name : ' node 0.x'
You can’t perform that action at this time.
0 commit comments