Skip to content

fix(dependabot): bump fastify from 4.28.1 to 5.2.0 in the major group across 1 directory #61

fix(dependabot): bump fastify from 4.28.1 to 5.2.0 in the major group across 1 directory

fix(dependabot): bump fastify from 4.28.1 to 5.2.0 in the major group across 1 directory #61

Workflow file for this run

name: Build and Test
on:
pull_request:
types: ["opened", "reopened", "synchronize"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
needs: build