node-aught.yml 244 B

123456789101112
  1. name: 'Tests: node.js < 10'
  2. on: [pull_request, push]
  3. jobs:
  4. tests:
  5. uses: ljharb/actions/.github/workflows/node.yml@main
  6. with:
  7. range: '>= 0.10 < 10'
  8. type: minors
  9. command: npm run tests-only
  10. skip-ls-check: true