Skip to content

Commit b08c32b

Browse files
committed
[Tests] skip npm ls check on older nodes
1 parent f7c290d commit b08c32b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/node-iojs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
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'
@@ -46,6 +47,7 @@ jobs:
4647
with:
4748
node-version: ${{ matrix.node-version }}
4849
command: 'tests-only'
50+
skip-ls-check: true
4951

5052
node:
5153
name: 'io.js'

.github/workflows/node-zero.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
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'
@@ -46,6 +47,7 @@ jobs:
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'

0 commit comments

Comments
 (0)