Skip to content

v21.1.0

v21.1.0 #52

Workflow file for this run

name: 'Tests: node.js'
on: [pull_request, push]
jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '^12.22 || ^14.17 || >= 16'
type: minors
command: npm run tests-only
node:
name: 'node'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'