Skip to content

workflow: pin node versions to LTS #422

workflow: pin node versions to LTS

workflow: pin node versions to LTS #422

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
- next
- 'v*'
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test:
uses: fastify/workflows/.github/workflows/[email protected]
with:
lint: true
license-check: true
node-versions: '["16", "18", "20"]'

Check failure on line 24 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 24, Col: 22): Invalid input, node-versions is not defined in the referenced workflow.