Skip to content

Merge pull request #18 from ljharb/master #3

Merge pull request #18 from ljharb/master

Merge pull request #18 from ljharb/master #3

Workflow file for this run

name: 'Tests: node.js'
on: [pull_request, push]
jobs:
tests:
uses: ljharb/actions/.github/workflows/node-majors.yml@main
with:
range: '>= 12'
command: npm run tests-only
coverage: coveralls
node:
name: 'node tests'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'