Skip to content

v1.1.1

v1.1.1 #15

Workflow file for this run

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