Skip to content

[pull] main from ljharb:main #143

[pull] main from ljharb:main

[pull] main from ljharb:main #143

Workflow file for this run

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

Check failure on line 10 in .github/workflows/node-aught.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-aught.yml (Line: 10, 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:
permissions:
contents: none
name: 'node < 10'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'