node-tens.yml 212 B

1234567891011
  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: '>= 10'
  8. type: minors
  9. command: npm run tests-only