Skip to content

[Breaking] v2 implementation, tests, readme, types #2

[Breaking] v2 implementation, tests, readme, types

[Breaking] v2 implementation, tests, readme, types #2

Workflow file for this run

name: 'Tests: node.js >= 22'
on: [pull_request, push]
permissions:
contents: read
jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '^22.11 || >= 23.3'
type: minors
command: npm run tests-only