Skip to content

[Tests] use @arethetypeswrong/cli #50

[Tests] use @arethetypeswrong/cli

[Tests] use @arethetypeswrong/cli #50

Workflow file for this run

name: 'Tests: node.js (harmony)'
on: [pull_request, push]
jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '>=0.4 <16'
type: minors
command: npm run test:harmony
skip-ls-check: true
node:
name: 'node: harmony'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: true