Skip to content

v3.0.6

v3.0.6 #32

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: '>= 16 || ^14.15 || ^12.13'
type: minors
command: npm run tests-only
node:
name: 'node'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'