Skip to content

Tests: node.js >= 22 #12

Tests: node.js >= 22

Tests: node.js >= 22 #12

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.21 || ^24.11 || >= 25.1'
type: minors
command: npm run tests-only