diff --git a/.github/workflows/node-aught.yml b/.github/workflows/node-aught.yml index 4213896..c49d417 100644 --- a/.github/workflows/node-aught.yml +++ b/.github/workflows/node-aught.yml @@ -9,3 +9,10 @@ jobs: range: '< 10' type: minors command: npm run tests-only + + node: + name: 'node < 10' + needs: [tests] + runs-on: ubuntu-latest + steps: + - run: true