Skip to content

v1.0.9

v1.0.9 #6

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'
build-command: npm run build
build-output-dir: lib/
command: npm run tests-only
coverage: coveralls
node:
name: 'node tests'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'