Skip to content

chore: update fastify to ^5.0.0 (#129) #386

chore: update fastify to ^5.0.0 (#129)

chore: update fastify to ^5.0.0 (#129) #386

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
- master
- next
- 'v*'
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
env:
TZ: 'UTC'
jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
with:
lint: true
license-check: true