e07dd193067620945534d737b9da0e691c1aed4c98ef6d32ce790d03ed1cdaff67dbc8ac20a6d1953447905f7f80b63ceebbbe456560397751e07aabf3cd44 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