Skip to content

Sort issues by package name #100

Sort issues by package name

Sort issues by package name #100

Workflow file for this run

name: CI
on: [pull_request, push]
permissions:
contents: read
jobs:
tests:
uses: ljharb/actions/.github/workflows/node-majors.yml@main
with:
range: '^18.12 || ^20.9 || >= 22.7'
command: 'npm run tests-only && npm run licenses'