Skip to content

Fix package.json engines range #126

Fix package.json engines range

Fix package.json engines range #126

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: '^20.20 || ^22.22 || ^24.14 || >= 25.4'
command: 'npm run tests-only && npm run licenses'