Skip to content

ci: replace Travis CI with GitHub Actions #18

ci: replace Travis CI with GitHub Actions

ci: replace Travis CI with GitHub Actions #18

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- master
permissions:
contents: read
jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '6 - 17'
command: npm run test-main