Skip to content

Merge branch 'master' of https://github.com/fastify/avvio into next #439

Merge branch 'master' of https://github.com/fastify/avvio into next

Merge branch 'master' of https://github.com/fastify/avvio into next #439

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: '["18", "20", "21", "22"]'

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.