diff --git a/.github/workflows/node-aught.yml b/.github/workflows/node-aught.yml index f3cddd85..4213896b 100644 --- a/.github/workflows/node-aught.yml +++ b/.github/workflows/node-aught.yml @@ -9,10 +9,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 b49ceb1f..1f55be09 100644 --- a/.github/workflows/node-tens.yml +++ b/.github/workflows/node-tens.yml @@ -9,10 +9,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'