Skip to content

v1.0.0

v1.0.0 #2

Workflow file for this run

name: 'Tests: node.js < 10'
on: [pull_request, push]
permissions:
contents: read
jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '< 10'
notable: '0.11.4 || 0.11.3 || 0.10.0 || 0.9'
type: minors
command: npm run tests-only
skip-ls-check: true