Skip to content

build(deps-dev): bump c8 from 9.1.0 to 10.1.2 #348

build(deps-dev): bump c8 from 9.1.0 to 10.1.2

build(deps-dev): bump c8 from 9.1.0 to 10.1.2 #348

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/plugins-ci.yml@v4.2.1
with:
lint: true
license-check: true
node-versions: '["18", "20", "22"]'