Skip to content

ci: replace Travis CI with GitHub Actions (#251) #24

ci: replace Travis CI with GitHub Actions (#251)

ci: replace Travis CI with GitHub Actions (#251) #24

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'
command: npm run test-main