Skip to content

[New] add types

[New] add types #35

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.8 < 16'
type: minors
command: npm run test:harmony
skip-ls-check: true
node:
name: 'node: harmony'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'