Skip to content

[Refactor] use es-define-property #34

[Refactor] use es-define-property

[Refactor] use es-define-property #34

Workflow file for this run

name: 'Tests: node.js >= 10'
on: [pull_request, push]
jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main

Check failure on line 7 in .github/workflows/node-tens.yml

View workflow run for this annotation

GitHub Actions / Tests: node.js >= 10

Invalid workflow file

The workflow is not valid. In .github/workflows/node-tens.yml (Line: 7, Col: 11): Error from called workflow ljharb/actions/.github/workflows/node.yml@main (Line: 210, Col: 15): Unexpected symbol: '"none"'. Located at position 22 within expression: inputs.subpackage || "none"
with:
range: '>= 10'
type: minors
command: npm run tests-only
node:
name: 'node >= 10'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: true