Skip to content

Bump fastify from 4.28.1 to 5.0.0 #19

Bump fastify from 4.28.1 to 5.0.0

Bump fastify from 4.28.1 to 5.0.0 #19

Workflow file for this run

name: Checks
on:
push:
branches:
- main
pull_request:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm ci
- name: Checks
run: npm run check