Skip to content

Commit

Permalink
[Tests] skip npm ls check on older nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 10, 2020
1 parent ae1aa4f commit 2e5bbdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-iojs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
command: 'tests-only'
skip-ls-check: true
minors:
needs: [matrix, latest]
name: 'non-latest minors'
Expand All @@ -46,6 +47,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
command: 'tests-only'
skip-ls-check: true

node:
name: 'io.js'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/node-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
node-version: ${{ matrix.node-version }}
command: 'tests-only'
cache-node-modules-key: node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
skip-ls-check: true
unstable:
needs: [matrix, stable]
name: 'unstable minors'
Expand All @@ -46,6 +47,7 @@ jobs:
node-version: ${{ matrix.node-version }}
command: 'tests-only'
cache-node-modules-key: node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
skip-ls-check: true

node:
name: 'node 0.x'
Expand Down

0 comments on commit 2e5bbdd

Please sign in to comment.