Skip to content

[meta] add sideEffects flag #47

[meta] add sideEffects flag

[meta] add sideEffects flag #47

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: 'echo tests completed'