• File: node-tens.yml
  • Full Path: /var/www/sandbox/node_modules/crypto-browserify/.github/workflows/node-tens.yml
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 212 bytes
  • MIME-type: text/plain
  • Charset: utf-8
name: 'Tests: node.js >= 10'

on: [pull_request, push]

jobs:
  tests:
    uses: ljharb/actions/.github/workflows/node.yml@main
    with:
      range: '>= 10'
      type: minors
      command: npm run tests-only