diff --git a/.github/workflows/node-aught.yml b/.github/workflows/node-aught.yml index 624596f..f036a86 100644 --- a/.github/workflows/node-aught.yml +++ b/.github/workflows/node-aught.yml @@ -12,10 +12,3 @@ jobs: range: '< 10' type: minors command: npm run tests-only - - node: - name: 'node < 10' - needs: [tests] - runs-on: ubuntu-latest - steps: - - run: 'echo tests completed' diff --git a/.github/workflows/node-tens.yml b/.github/workflows/node-tens.yml index ce8d325..a704557 100644 --- a/.github/workflows/node-tens.yml +++ b/.github/workflows/node-tens.yml @@ -12,10 +12,3 @@ jobs: range: '>= 10' type: minors command: npm run tests-only - - node: - name: 'node >= 10' - needs: [tests] - runs-on: ubuntu-latest - steps: - - run: 'echo tests completed'